Pilcrow theme: Hover with a color change to text – css code
-
Re: sidebar items on the right, I would like to remove the underline hover and replace it with a color change for the hover.
I tried this code change:
a:hover {
text-decoration: none;
color: #ff0000;}
It removed the underline, but did not add a color.
Do you know how I can hover with a color change?
Thanks, eden
The blog I need help with is: (visible only to logged in users)
-
Hi Eden, the following will work for you. The theme uses a more specific selector for the widget links.
#wrapper .widget a:hover { color: #FF0000; text-decoration: none; } -
You sir, have made my day.
Thank you so much, it worked! I really appreciate your help.
eden
-
- The topic ‘Pilcrow theme: Hover with a color change to text – css code’ is closed to new replies.