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
Colour of description text in gallery
-
boydie2409
- Phoca Newbie

- Posts: 2
- Joined: 11 Feb 2011, 13:15
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Colour of description text in gallery
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
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
If you find Phoca extensions useful, please support the project
-
boydie2409
- Phoca Newbie

- Posts: 2
- Joined: 11 Feb 2011, 13:15
Re: Colour of description text in gallery
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
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
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Colour of description text in gallery
Ok
If you find Phoca extensions useful, please support the project