The topic is my question. Would be nice if this is possible? Thanks!
Hi!
Try prefixing the #footer ID to the CSS selector:
#footer .iconlist_icon {
background-color: red !important;
}
Cheers!
Josue
Please read my questions! There are no duplicates! I asked for color of headlines in one question and in the other one only the colors of the icons! ;)
Hi!
Sorry, try this one for the headlines:
#footer .widgettitle{
color: red !important;
}
Cheers!
Josue
Thanks, but it didn’t work! :(
Hey!
Please use following code
#footer .iconlist_icon {
color: orange !important;
}
Best regards,
Yigit
Thanks! That affected the icon in the middle, would it also be possible to change the color of the background? :)
Hi!
Yes – use this code and change the color value:
#top #wrap_all #footer .iconlist_icon {
background-color: #333 !important;
}
Best regards,
Peter
Perfect! Thanks!