Archived topic
Adjust Colors on Homepage
6 replies · Started by Scott on November 3, 2020
Is there a way that I can change the color of the h2 and link colors on the homepage only? I only see global color settings that change the colors in blog posts and homepage simultaneously under (customize -> colors -> content).
Thank you.
Hi there,
Is your home page the blog/posts page?
Can you link me to the page in question so I can make sure to provide the best answer?
You can use the private info field.
Thanks!
Sorry, yes it is a blog roll.
The home page is using WP Show Posts so you will need CSS like this:
h3.wp-show-posts-entry-title a {
color: #000000;
}
The option is also included in WP Show Posts pro:
https://docs.wpshowposts.com/article/content-overview/#title-colors
Thank you. I installed wp-show-posts pro and was able to change the article titles to my desired color. But I did not see anything that would change the color of the main posts title with the h2 ("Our Most Popular Articles")
I figured out how to do it. Thank you for your help.
No problem :)