Archived topic
Font color in WP Show Posts and Jetpack Related Posts
5 replies · Started by Kelsey on February 21, 2023
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?
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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 :)