Issue w/ post title color in latest articles block

Posted in: Newspaper
Post count: 1

I have changed the font article titles in theme colors > theme panel to green but they post titles on homepage latest articles are still appearing black vs green.

http://barnenvyeq.wpengine.com/

  • This topic was modified 9 years by Simion C..
Post count: 20688

Hi,

From what I can see the post tiles are the color you have set in the theme panel
https://www.screencast.com/t/TcCg3Q1C2W
If you want to change the color for the post title on the module displayed on the homepage, you can try this code – https://www.screencast.com/t/j1iUfk9c
The code must be entered in Theme panel->Custom Css

.home .td_module_2 h3 > a {
color: #8cc63f;
}

If you would like the code to apply in other places where this module is used, like the
More articles box, remove the home class from the code
https://www.screencast.com/t/7v8DtH6LO
I have edited your previous reply and removed the login information, becaue this is a public forum for all the users to see.
Please let me know if this is not what you wanted, so I may give you a more accurate response.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.