Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Widget Links won't underline on hover (http://forum.bytesforall.com/showthread.php?t=16307)

Thomas Dec 20, 2011 11:51 AM

[SOLVED] Widget Links won't underline on hover
 
This is driving me nuts. I don't see a single insert that I've added that has anything to do with this. I can't figure it out. Does anyone know what is causing the links from showing an underline upon hover? I'm referring to all of the widgets (and the links within them) in the right hand sidebar.

Site is http://strategicedgeinstitute.com/

Thanks
Thomas

juggledad Dec 20, 2011 12:23 PM

since it is not set on hover, it pickes it up from teh default fo widgets wich is 'text-deconation: none;' This is hard coded in teh CSS (no theme override) so youi need to add a CSS Insert like
HTML Code:

div.widget a:hover,
div.widget ul li a:hover {
        text-decoration: underline;
        }


Thomas Dec 20, 2011 03:15 PM

Thank you Juggledad!


All times are GMT -6. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.