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
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. ;)
That was it, thanking you very much! :D
you're welcome.. glad I could help :)