Where do I change comment text colour?

polperro

Joined: 2003-06-11
Posts: 8
Posted: Sun, 2008-04-27 12:53

Hi all, hope someone can help me with a problem which is driving me mad!

Where do I change comment text colour?

My gallery is at http://www.pets-express.co.uk/gallery/index.php

Thanks for reading this.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Sun, 2008-04-27 14:49

Unfortunately i did not make a separate css class for this :-(

So you have to do this:

.commentbox td {
color: red;
}

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
polperro

Joined: 2003-06-11
Posts: 8
Posted: Sun, 2008-04-27 17:20

Thanks for saving my sanity, Jens!

It looks much better now.