Hi there,
Anyone knows how to how to eliminate the underline that appears with a mouseover over certain links?
Hi there,
Anyone knows how to how to eliminate the underline that appears with a mouseover over certain links?
But, without knowing exactly what link where has an underline under it, no one can give you the exact CSS. But if you don't already do this, get the firebug extension for Firefox, use this to inspect the CSS for any element on the page, in your case the underlined element. Then you can use that information to change the CSS in your child theme, to get exactly the look you want.
You need some CSS knowledge and to become familiar with Firebug's inspection panel, but once you do, you'll be able to really take off in modifying your theme to what you want to see..
Thank for your answer. I mean, lots of clickable links will get highlight and underlines, such as in CATEGORIES widgets and stuff like that. Isn“t there a way to add something in the child theme CSS to avoid this to happen?
Thanks again
a:hover { text-decoration: none; }
Thanks a lot again dude!!
You must log in to post.