Site logo

Archived topic

Font color in WP Show Posts and Jetpack Related Posts

5 replies · Started by Kelsey on February 21, 2023

Viewing posts 1–6 of 6

I set my links to green (under Customize, then Colors, then Content) within my posts but this also changed the colors of the post titles in WP Show Posts and Jetpack Related Posts to green. I wanted them to stay black (#040303). How do I achieve that?

I added links in the private information field.

The best solution would be to replace WPSP content with a Query loop block since you are already using GB:
https://docs.generateblocks.com/article/query-loop-overview/

Then you can pick the headline link color:
https://docs.generateblocks.com/article/headline-overview/#colors

As for Jetpack related posts, try this CSS:

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: #000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if this helps :)

Both worked, thank you!

No problem :)

This archived topic is closed to new replies.