PDA

View Full Version : Changing Color of Description and Update Time


gricketts
May-15-2007, 05:52 PM
Need some guidance please.

I've looked through every tutorial, thread, and comments I can find on how to change the color of the description and update time under galleries, and still can't figure out how to do it. The color is blue and I want to change it to match the text color on my site.

I'm sure it's something plain and simple, but I just can't solve it.

Any help would be greatly apprciated.

Dna
May-15-2007, 06:42 PM
It should be something like this,

.updated {color: white;}

But for some reason that doesn't work and I can't figure out why. :scratch:scratch

Andrew

Edit: Try this

.boxBottom p.updated { color: white;} :clap

gricketts
May-16-2007, 12:11 PM
Thanks, but that didn't do it either.

Anybody esle got any ideas? Is it possible?

Help.

Thanks

Allen
May-16-2007, 12:28 PM
Thanks, but that didn't do it either.

Anybody esle got any ideas? Is it possible?

Help.

Thanks Try this

p.updated {
color: #e3cfb5 !important;
text-align:center;
}

gricketts
May-16-2007, 01:00 PM
Thank you very much!!