How to change color on headline in posts

  • Jazi

    #3544

    I been able to change color on every aspect on my blog, but I can’t find where to change color on headlines in posts.

    http://www.modepaabloggen.dk

    Anonymous

    #24810

    Hi Jazi,

    You would need to add this to your child theme stylesheet or to your custom css box in the admin panel:

    .post-title, .post-title a, .post-title a:visited {
    color: #1772AF;
    }

    You can change the hex color to whatever you like.

    And then you can add this code as well to change the hover color of the title:

    a:hover {
    color: #3B5068;
    }

    Remember, change the hex colors to your preference.

    Jazi

    #24811

    Hi Josh

    Thanks for your quick response and help…it worked out fine:o)

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.