Hi,
How can I change the colors of the social media icons to be in its original colors. Currently shown in white and color changes on hover.
Thanks for the support.
Hi gireeshnair,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
please find the link below
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.social_bookmarks_twitter [data-av_icon]:before{
color:#55acee!important;
}
.social_bookmarks_linkedin [data-av_icon]:before{
color:#0077b5!important;
}
.social_bookmarks_twitter [data-av_icon]:hover::before{
color:#FFF!important;
}
.social_bookmarks_linkedin [data-av_icon]:hover::before{
color:#FFF!important;
}
Best regards,
Vinay