Tagged: Color, icons, scroll, social media
Hi there,
I would like to make the background color of the social media icons always visible. Currently, when I scroll over them their individual color appears, but I would like them to always been colored this way. On a white background like my site:
It would be great!
Thanks for the help!
Hey a00109943!
Thank you for using Enfold.
Please use this on Quick CSS:
#top #wrap_all .av-social-link-linkedin a {
color: #419cca;
}
#top #wrap_all .av-social-link-youtube a {
color: #a72b1d;
}
Regards,
Ismael
I can’t figure out the right way for Google Plus, I have tried a number of ways and none work. What is the right way? I can get the color, I just need this part: av-social-link-linkedin
Thank you for your help.
#top #wrap_all .av-social-link-linkedin a {
color: #419cca;
}
Hi Micheal!
Try:
#top #wrap_all .av-social-link-gplus a {
color: green;
}
Regards,
Josue
That works for the icon itself.
I would like to have the hover look to always stay on, is that possible.
So the box would be the color of the normal social media icon and the inside icon part would be white.
Example: Facebook – the white f would be in a blue box.
How do I make that happen?
Thank you.
I found a way to get it done with this post:
https://kriesi.at/support/topic/change-social-media-icons-to-their-original-color/