Hi,
My client has asked for the social share icons on a post to be coloured.
Is there any CSS that would do this. Basically the reverse of how they work now.
Thanks
Jon
I’ve got a small way with the following code, I just can’t figure out the rollovers!
li.av-share-link.av-social-link-facebook {
color: white!important;
background-color: #37589b!important;
}
li.av-share-link.av-social-link-twitter {
color: white!important;
background-color: #46d4fe!important;
}
li.av-share-link.av-social-link-linkedin {
color: white!important;
background-color: #419cca!important;
}
Hi Jon,
Here is how you can change text color on hover:
#top #wrap_all .av-social-link-facebook:hover a {
color: red;
}
If you need further assistance please let us know.
Best regards,
Victoria