PDA

View Full Version : Dumb text color question


snb04
Dec-30-2008, 09:56 AM
I know I am being an idiot, but how do you change the text color in the gallery comments section? The comments are showing up white on my light pink background, you can't even read it.
thank you so much!

Allen
Dec-30-2008, 10:08 AM
I know I am being an idiot, but how do you change the text color in the gallery comments section? The comments are showing up white on my light pink background, you can't even read it.
thank you so much!
This in all galleries? They all the same theme? Got link so we can look?

snb04
Dec-30-2008, 10:10 AM
This in all galleries? They all the same theme? Got link so we can look?

Sure thing...
SNBphotography
http://snbphotography.smugmug.com/gallery/3375901/1/188489566

I guess it's more of my guestbook comments that are annoying me. Thank you!!

Allen
Dec-30-2008, 10:14 AM
Sure thing...
SNBphotography
http://snbphotography.smugmug.com/gallery/3375901/1/188489566

I guess it's more of my guestbook comments that are annoying me. Thank you!!
See if this in CSS helps, change to the color you prefer.

#comment span.foreground,
#comment p.foreground {color: #C17373;}

... and welcome to Dgrin

Allen
Dec-30-2008, 10:18 AM
Sure thing...
SNBphotography
http://snbphotography.smugmug.com/gallery/3375901/1/188489566

I guess it's more of my guestbook comments that are annoying me. Thank you!!
Might want the bold lines added for your galleries page.

.albumTitle a.nav,
p.updated,
#comment span.foreground,
#comment p.foreground {color: #C17373 !important;}

snb04
Dec-30-2008, 11:08 AM
Might want the bold lines added for your galleries page.

.albumTitle a.nav,
p.updated,
#comment span.foreground,
#comment p.foreground {color: #C17373 !important;}

Thank you so much! You are awesome!!