Please remove the hover colors on the social icons on the very top and footer on my site
Live site – http://balrajt9.sg-host.com/
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
ul.social_bookmarks li:hover a {
background-color: transparent;
}
Best regards,
Rikard
And if you like to have a little effect on hovering – maybe you deside to have a text-shadow on them:
( default rule has a lot of ID’s on that rule – so maybe Rikards code will not work this way )
#top #wrap_all .social_bookmarks li:hover a,
#top #wrap_all .social_bookmarks li:hover a:focus {
background-color: transparent !important;
}
#top #wrap_all .social_bookmarks li:hover a {
text-shadow: 2px 2px 2px #000;
}
Thanks
The hover is gone but if you click on the icons and then go back and hover on the icon you can still see the hover colors