Hover widget links footer underline
-
Hi there guys,
I am just finishing to build a website, and I have a problem. I just want to remove the underline from the footer widgets (only for the footer widgets, more specifically where I is written Facebook and Soundcloud), but I am not able, as the underline keeps there in black color. I want to leave the underline when hovering but that is already done. I tried to remove the underline making it white, as my page background is white. I am using the following code in advanced css:
.widget a, .site-footer .widget-area a, .widget_authors a strong { -webkit-box-shadow: none; box-shadow: none; } .widget a:hover, .site-footer .widget-area a:hover, .widget_authors a:hover strong { color: #fff; -webkit-box-shadow:inset 0 0 0 rgba(255, 255, 255, 255),0 3px 0 rgba(232, 97, 0, 0.8); box-shadow:inset 0 0 0 rgba(255, 255, 255, 255),0 3px 0 rgba(232, 97, 0, 0.8);
What should I do? THanks!
The page I need help with: [log in to see the link]
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Hover widget links footer underline’ is closed to new replies.