[Solved]: Change the font/css of picture captions [Solved]: Change the font/css of picture captions
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: Change the font/css of picture captions

Started by thelarster, April 21, 2004, 11:57:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thelarster

I am modding my pic gallery and I can find all the css styles except to change the picture captions (not the title - I found that one)

Thanks in advance!  :D

photoman13

it's the "img_caption_table" inside the CSS of the Style you choosed.

It's easy to find if you goto your page and pull up the Source code.

<!-- BEGIN img_desc -->
                        <table cellpadding="0" cellspacing="0" class="img_caption_table">


Whatevr "Class" is it .. is the CSS part you need to change. ;)

thelarster


photoman13