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
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;
}
Hi Daniel,
Thank you for your replay. The code doesn’t work. Any other suggestion?
The code is correct. Did you paste it in “Appearance > Theme Options > Layout” under “Custom CSS”?
Yes I did. Do you know what happened? π
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!