PDA

View Full Version : Simple Text Change


gneissphotos
Jun-27-2008, 06:50 PM
It's been ages since I last worked on customizing my homepage and now the code for all these things is just jibberish to me. All I want to do is change to BLACK the text in the box below my slide show that is titled "most recent photos". It just doesn't show up well since it's too close in color to the title bar. My site is "gneissphotos.smugmug.com Thanks so much....

Allen
Jun-27-2008, 07:02 PM
It's been ages since I last worked on customizing my homepage and now the code for all these things is just jibberish to me. All I want to do is change to BLACK the text in the box below my slide show that is titled "most recent photos". It just doesn't show up well since it's too close in color to the title bar. My site is "gneissphotos.smugmug.com Thanks so much....
Add this to your CSS

#featuredTitle {color: #000;}

gneissphotos
Jun-27-2008, 07:34 PM
The text is now black, but I didn't want to change the words! I'd like to have it say: "most recent photos"

Allen
Jun-27-2008, 07:49 PM
The text is now black, but I didn't want to change the words! I'd like to have it say: "most recent photos"
:scratch All I see when changing it to black is still "most recent photos".
Can you be more descriptive what you're seeing?

gneissphotos
Jun-27-2008, 07:58 PM
All is well. I guess I only checked the preview and never updated the code. Thanks for your help, Al