Probably easy problem: i’m not able to customize the color of the links in the socket area n2 (ULTIME DAL BLOG) (website http://piattoforte.tiscali.it/cibario/). I want the link colored in #fff not in #373738. I tried everything in the Quick CSS box (i helped myself with inspect element utility). Can you help me with the right css rule ?
Hey Nicole!
Try adding this code to the Quick CSS:
#footer .news-headline {
color: white !important;
}
Cheers!
Josue
It worked, thanks Josue :)