Hi all
I am working on adapting the igames theme and changing the graphics of it. I want to remove the grey areas in the gallery, so the background picture is visible instead, and I have spend quite a lot of time trying to find out how to do that! The tables and divs should still be there, but just invisible. Any help will be appreciated.
Here is my problem:
http://www.rolfdl.com/cpg1.4.21/cpg14x/displayimage.php?album=random&cat=0&pos=-6
Use the web developer firefox extension to identify the line of code you need to change.
http://forum.coppermine-gallery.net/index.php/topic,31423.msg145984.html#msg145984
In this case, you can remove this line from the theme's style.css:
.tableb, .catrow, .display_media, .tableb_compact, .thumbnails, .img_caption_table td { background : #454444 ; }
Yes, that solved the problem. Thanks :)