Tagged: social icon
Hello,
Your theme is really great. I just have a little problem with social icons in header. There is a background color only when i put my mouse over the button. Is it possible to have always the background color ? Actually, i wouldn’t like to have the hover effect …
Could you help me ?
Thanks a lot
Hi nbermond!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-twitter a {
color: white;
background-color: #46d4fe;
}
#top #wrap_all .av-social-link-facebook a {
color: white;
background-color: #37589b;
}
#top #wrap_all .av-social-link-gplus a {
color: white;
background-color: #de5a49;
}
Regards,
Yigit
It works !
Thanks a lot :)