News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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