Hello, I am using Firebug to find what CSS I need to edit in order to remove the underline and change the color of my post titles on hover. I want them to be green with no underline. So far I have found the two sections I need to edit:
.fpost .post-title h2 a:hover
.hentry a: hover
Now I need to know how to find those two sections to edit using Appearance->Editor.
Any feedback would be appreciated.
Editing Post Titles on Hover
Started by
kirkpatrick
, Jul 13 2012 04:53 PM
2 replies to this topic
#1
Posted 13 July 2012 - 04:53 PM
#2
Posted 13 July 2012 - 05:35 PM
You need to edit the CSS by adding it to Custom Code > Custom CSS in your theme settings. To get rid of the underline on hover and change the color, use these CSS attributes:
Change XXXXXX to the color you want.
color: #XXXXXX; text-decoration: none;
Change XXXXXX to the color you want.
#3
Posted 13 July 2012 - 08:08 PM
Perfect. Thanks, Catrina!











