Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #250728

    Chris in Tokyo
    Participant

    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!

    #250852

    Rue Nel
    Moderator

    Hello 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.

    #250937

    Chris in Tokyo
    Participant

    You 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

    #250945

    Friech
    Moderator

    Hi Chris,

    Thank you for the kind words. Nope, any settings on the customizer including the Custom CSS wont be affected by the updates.

    Cheers!

    #250949

    Chris in Tokyo
    Participant

    Thank you so much!!

    #250961

    Friech
    Moderator

    You’re more than welcome, glad we could help, Cheers.

    #908432

    rsdighe
    Participant

    Hello – 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.

    #908617

    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .blog .entry-title a:hover {
         color:orange;
    }
    

    Hope that helps