Change the hover color on title post

Viewing 6 posts - 1 through 6 (of 6 total)
  • #19274
    chandracly
    Participant

    Hi, how to change the blue hover color on the title post? I can’t find it on the themes option.

    My website is http://www.fondproductions.com

    Thank you πŸ™‚

    CLY

    #19282
    Daniel Tara
    Keymaster

    There is no built in option to customize the post title hover color. You can add this to your custom CSS:

    .entry-title a:hover {
    	color: #336699;
    }
    #19286
    chandracly
    Participant

    Hi Daniel,

    Thank you for your replay. The code doesn’t work. Any other suggestion?

    #19288
    Daniel Tara
    Keymaster

    The code is correct. Did you paste it in “Appearance > Theme Options > Layout” under “Custom CSS”?

    #19314
    chandracly
    Participant

    Yes I did. Do you know what happened? πŸ™

    #19315
    chandracly
    Participant

    Hi Daniel,

    I found the problem πŸ™‚ I moved the code on first custom css instead I pasted it at very bottom. It works now. Thank you!

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

You must be logged in to reply to this topic.