Home page text color
Dave17
Registered Users Posts: 86 Big grins
Finally upgraded to the new Smugmug.
http://www.DaveArnoldPhotography.com
Below the pictures on the the homepage I have a text box "Lastest Gallery Uploaded:" which appears as white text. When I add a gallery name as a link the text color of the link changes to a dark blue making it unreadable.
How can I change the color of the text for this link?
Thanks,
--Dave
http://www.DaveArnoldPhotography.com
Below the pictures on the the homepage I have a text box "Lastest Gallery Uploaded:" which appears as white text. When I add a gallery name as a link the text color of the link changes to a dark blue making it unreadable.
How can I change the color of the text for this link?
Thanks,
--Dave
--Dave
0
Comments
SmugMug Hero & CSS Monkey
https://help.smugmug.com/get-started-with-customization-SkgwJ4rM
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ
Thanks so much - that worked great.
If I wanted to "highlight" the link once the cursor moves over the link, what CCS code would I add?
Thanks for your help.
--Dave
a:hover {
background-color: blue;
}
Is this code going to cause me any problems?
Thanks,
-Dave