Tagged: icons, social media
Can I get the CSS to add colors for the rest of the social media icons, specifically Twitter, Instagram and Pinterest? Thanks!
https://kriesi.at/support/topic/social-media-icons-color-visible/
Never mind. I figured it out ; )
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b !important;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46D4FE !important;
}
#top #wrap_all .av-social-link-instagram a {
color: #fff;
background-color: #A67658 !important;
}
#top #wrap_all .av-social-link-pinterest a {
color: #fff;
background-color: #CB2027 !important;
}