i have colorful social icons on all pages execpt this one. can you help me to fix this?
Hey!
The second link leads to a thread in the forums, please post a link to the actual page where the icons are not showing.
Cheers!
Josue
Take a look at all other pages! for example: http://www.alfaweb.at/testwaldi/villa_wiental/ on all other pages the are colored!
Hi!
In style.css, remove #wrap_all
from these selectors:
/*Social Icons im Footer färbig darstellen*/
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#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!
Josue
NO!!! ;((((( Now they are colored at that page http://www.alfaweb.at/testwaldi/portraits/mag-dieter-halama/ but the color is lost on all other pages: http://www.alfaweb.at/testwaldi/portraits/
Hm, try with this instead:
#top #wrap_all .av-social-link-facebook a, #top .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-youtube a, #top .av-social-link-youtube a {
color: #fff;
background-color: #a72b1d;
}
#top #wrap_all .av-social-link-xing a, #top .av-social-link-xing a {
color: #fff;
background-color: #006567;
}
Regards,
Josue
YES! Works!