Page 1 of 1

Colour of description text in gallery

Posted: 13 Feb 2011, 14:17
by boydie2409
Hello

I have searched for an answer to this question but i could find nothing to help me.

Phoca is working perfectly apart from one thing: The colour of the text for the description if an image cannot be changed in the parameters and it is not highlighted enough to see. I just want it white! This is very important to me on this site.

Please if anyone can help it would be appreciated. Phoca is by far the best solution for photo gallerys i am just pulling my hair out with this one problem.

http://www.mboyd.co.uk/SGS/index.php?op ... &Itemid=74

regards
Michael

Im using Joomla 1.5 and Phoca v2.7.6

Re: Colour of description text in gallery

Posted: 13 Feb 2011, 16:30
by Jan
hi, it should be white as default, try to check the html of the description.

And check this css:
http://www.mboyd.co.uk/SGS/templates/th ... mplate.css

If I block it, then the description is white, so maybe there is some settings which fix the description color. (maybe p tag, etc.)

Jan

Re: Colour of description text in gallery

Posted: 13 Feb 2011, 17:08
by boydie2409
Jan

Thank you so much. I have no idea about code but by process of elimination i have fixed this. It turned out to be the first color that was overrighting the rest of the text colours. I made it gray across the whole site and am happy with the results.

/* CSS Document */
/*--------------------------------------body---*/
body, td, th, div, p, label, input {
color:#666666;
font:normal 13px/18px Arial, Helvetica, sans-serif;


regards
Michael

Re: Colour of description text in gallery

Posted: 14 Feb 2011, 18:15
by Jan
Ok