Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #308455

    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 ?
    i need links to be white

    #308563

    Hey Nicole!

    Try adding this code to the Quick CSS:

    #footer .news-headline {
        color: white !important;
    }

    Cheers! 
    Josue

    #308681

    It worked, thanks Josue :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize color of socket area ink’ is closed to new replies.