Hi,
How can I change the color of the social icons, both at the top of the menu and at the blog posts.
My client want the variety of colors, but not the hoover.
Thanks
Tal
Hey talelie!
Please add following code to Quick CSS
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #419cca;
}
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #a72b1d;
}
#top #wrap_all .av-social-link-mail a {
color: #fff;
background-color: #9fae37;
}
Regards,
Yigit
Great Yigit
do you have the color of the Google+ ?
Hey!
Yes, please use following one
#top #wrap_all .av-social-link-gplus a {
color: #fff;
background-color: #de5a49;
}
Regards,
Yigit
Great, Thanks!