![]() |
[SOLVED] How to underline links on hover in widgets?
P.S. Bold option for links doesn't work :(
|
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; } |
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. |
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 02:34 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.