How can we have the facebook icon which is set to show up in the header, show up in a nice blue background color icon, rather than a light gray color with transparent background. Currently it only shows a nice blue background color on that icon, when you hover over that icon.
Please advise.
Thank you,
Mips.
Hi mips1000!
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;
}
Cheers!
Yigit
Hi, how do we do the same for all the icons so they are all colors, like the Facebook icon after the above css?
Thanks
Hey goldengate415!
To have the background color show for all the icons like the Facebook icon using the CSS code, you have to edit the CSS for each icon separately. For example, to use the code for the Twitter icon, you need to change the background color to the one used for the Twitter icon and change .av-social-link-facebook to .av-social-link-twitter. So the code would look like:
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: ##46d4fe;
}
Doing this for the other icons will require you to know the background color for the icons as well. Let me know if you need further assistance.
Regards,
Jordan