-
AuthorPosts
-
April 15, 2015 at 6:41 pm #250728
Hi!
Running the latest 3.2.3 child theme, using 4.1.1. Tested on Chrome and Safari on Mac.
Using Icon
I cannot change the color of the “post title”. I went into customizer and tried to change the heading color but it won’t effect the color of the post title.
Any help would be much appreciated.
http://www.ChristianMonsen.com
Thank you so much!
April 15, 2015 at 9:27 pm #250852Hello There,
Thanks for posting in!
To change the color of the “post title”, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.hentry .entry-title, .hentry .entry-title a, .hentry .entry-title:before { color: #ff9999 !important; }
Hope this helps. Kindly let us know.
April 15, 2015 at 11:09 pm #250937You guys are amazing!
Thank you so much for a quick response and a solution that works!!
Just curious, do I need to add this custom css each time the theme updates?
Thanks again, you guys are the BEST wordpress theme designers and the BEST support on the market. I love X.
Sincerely,
Chris from Tokyo
April 15, 2015 at 11:18 pm #250945Hi Chris,
Thank you for the kind words. Nope, any settings on the customizer including the Custom CSS wont be affected by the updates.
Cheers!
April 15, 2015 at 11:28 pm #250949Thank you so much!!
April 15, 2015 at 11:37 pm #250961You’re more than welcome, glad we could help, Cheers.
May 1, 2016 at 9:11 pm #908432Hello – i have a similar query 5to9startups.com – i was able to change the color to “teal” however the on hover to “orange” doesn’t work as expected.
May 2, 2016 at 1:22 am #908617Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
.blog .entry-title a:hover { color:orange; }
Hope that helps
-
AuthorPosts