On this site: http://enfoldtheme.net/
I want to be able to keep the color on the social media icons and not just on hover-over is there a way to do that? I build websites for my customers with Enfold all the time which is why I choose this domain name. I love Kresi and think that Enfold is the absolutely best WordPress theme out there! Any help would be greatly appreciated.
Hey joshuatolento,
Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #419cca !important;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b !important;
}
#top #wrap_all .av-social-link-mail a {
color: #fff;
background-color: #9fae37 !important;
}
We look forward to working with you :)
Unless there is anything else we can assist with on this issue, shall we close this then?
Best regards,
Mike