please make that the facebook and social share icons at the footer menu (right bottom) look like this by default. not only at mouseover: http://i.imgur.com/3Ndp3w4.png
Hey wiwaldi79!
Please add following code to Style.css file of your child theme
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
Cheers!
Yigit
WORK. How can i do this for all social icons in the footer. this don`t work for youtube and xing….
Hi!
Please add following code to Style.css file as well
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #a72b1d;
}
#top #wrap_all .av-social-link-xing a {
color: #fff;
background-color: #006567;
}
Cheers!
Yigit
DONE. THANKS. CLOSED!