Options

Link Color in Text Book - Cannot figure out how to change

TheBigETheBigE Registered Users Posts: 4 Beginner grinner
edited September 4, 2016 in SmugMug Customization
I wanted to added a text box and some basic links as the footer on my website.

You can see it here

I am using the "link" function in the text box. You can see the links are white - I would like to change them to another color to match that of my website (#999999 - Grey)

I added


a {

color: #999999;

}

To my CSS Script for "all website" but the links remain the same..seems like I a missing something simple.

Any help is appreciated.

Comments

  • Options
    Lille UlvenLille Ulven Registered Users Posts: 567 Major grins
    edited September 4, 2016
    Hi & welcome TheBigE

    Try this code instead:
    .sm-widget-text a {
        color: #999999 !important;
    }
    

    You need the .sm-widget-text it seems because else the Powered by SmugMug will have the same color as your links, and the !important to get the color change recognized after all.

    Best of luck

    Lille Ulven
    https://www.lilleulven.smugmug.com - The Photos of my travels
Sign In or Register to comment.