I’ve tried using all the custom css suggestions but it’s not working to remove the grey overylay hover on top of the social medai icons up top. Can you please give me the right css to remove? Here’s the site below in the private area. I need them to look their default colors. Thanks.
Hi yes9310!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
Cheers!
Yigit