Caption colour

cnouyou / 2012-07-18 12:02:52   

Please help.
I would like to change my image captions font colour to grey, not black.
Where in the style.css do I do that. What line number is it on?
Thank you.

arsondpi / 2012-07-18 13:33:53   

...have you got a url address to show us, so we know what you mean?

Vaska A / 2012-07-18 13:46:44   

The question isn't so clear to answer with anything and it would be easier if you showed us exactly what we're talking about (a link).

These might do the trick...and it might not...these are found in base.css:

  1. #img-container .captioning {  }
  2. #img-container .captioning .title { /* font-size: 13px; */ }
  3. #img-container .captioning .caption { /* font-size: 13px; */ text-align: left; }
cnouyou / 2012-07-18 14:05:16   

Hi
Here is the link. christiannouyou.com/index.php/france-telecom/
I would like the caption under the title 'GLOBECAST' to be grey.

cnouyou / 2012-07-18 16:52:54   

I tried changing the font size in the base.css. No joy.
I just want to change captions to grey rather than black. Is there really no way to do this?

Vaska A / 2012-07-18 18:41:56   

That's not a caption - you have no captions on that page at all.

You can change that with simple html - wrap the text like this (there are really tons of ways to do this):

  1. <span style='color: gray;'>...</span>
arsondpi / 2012-07-18 18:42:22   

Edited by Vaska: more clear answer above...

This thread has been closed, thank you.