kirkpatrick 0 Report post Posted July 13, 2012 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. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 13, 2012 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: [code]color: #XXXXXX; text-decoration: none;[/code] Change XXXXXX to the color you want. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
kirkpatrick 0 Report post Posted July 13, 2012 Perfect. Thanks, Catrina! Share this post Link to post Share on other sites