Hi!
I have a dark footer and, when I choose the social buttons with an “icon” styling, the circle is white, but the text inside is black and is not visible. How can I change the color of that text?
Thank you!
Hey tcampaner,
We can help with some css, please link to your page so we can examine the elements and let us know what color you want the text to be.
Best regards,
Mike
sorry, I forgot to say: the text color is ok to be white. The Shared buttons are in the footer.
Hi,
Thank you for the update.
You can add this css code to adjust the color of social icons inside the footer container.
#footer-page .av-share-box ul li a {
color: #ffffff;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after applying the modification.
Best regards,
Ismael
Hi,
Thank you very much, it worked!
Is it possible to remove the info box that appears on hoover (“link to facebook / instagram / linkedin”) or at least to change its style (make it smaller, like a tooltip)?
And also to change the colors that appear on hoover to #e53e31?
Thank you!
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#footer-page .av-social-sharing-box .avia-related-tooltip.avia-tt {
display: none !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
It worked, thank you very much!
And to change the hoover color to all of the 3 icons to #e53e31?
Regards