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] How to underline links on hover in widgets? (http://forum.bytesforall.com/showthread.php?t=1372)

Whitelisted Apr 21, 2009 04:42 PM

[SOLVED] How to underline links on hover in widgets?
 
P.S. Bold option for links doesn't work :(

d_random May 1, 2009 11:17 AM

Put in HTML/CSS Interts -->CSS Inserts

.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active,
.widget ul li a:hover {
text-decoration: underline;
}

waveainair Oct 10, 2009 01:18 PM

This code does not work for me.

I tried...

.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active,
.widget ul li a:hover {
text-decoration: underline !important;
border-left: 0 !important;
padding-left: 0 !important;
}

...but this only made the links underlined permanently.

waveainair Oct 10, 2009 01:24 PM

I just guessed and it worked. I put the following in CSS Inserts.

.widget ul li a:hover {
text-decoration: underline !important;
}


All times are GMT -6. The time now is 03:39 AM.

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