Link Color in Text Book - Cannot figure out how to change
TheBigE
Registered Users Posts: 4 Beginner grinner
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.
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.
0
Comments
Try this code instead:
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