Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271357

    Hi,

    I have set a color for the active page link, but with the design I am using, it makes the link the same color as my socket background – how can I specify the active page link color ONLY for the socket (ie to be white) ?

    ie so the link here at the bottom of the page for “packing tips” will be white (without changing the same link color on the main navigation) :

    link

    Thanks!
    Colin

    #271491

    Hey Colin!

    Try adding this code to the Quick CSS:

    #socket .menu a {
        color: white !important;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.