coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Marshall1972 on July 30, 2006, 11:04:03 PM

Title: Rainy Day Background Color
Post by: Marshall1972 on July 30, 2006, 11:04:03 PM
Hello,

I am trying to change the light grey that is the default background color of the "rainy day" theme to white.  I have looked and
looked but i can not figure it out. Could someone please point me in the right direction.

Thanks,
Title: Re: Rainy Day Background Color
Post by: Nibbler on July 30, 2006, 11:10:16 PM
The background is formed by images, you'd need to edit them with a image editor and change the colours.
Title: Re: Rainy Day Background Color
Post by: Marshall1972 on July 30, 2006, 11:18:05 PM
I'm trying to change the inside colors.  If you look at the theme the inside color where your thumbnails show up is light grey.  I think it's a table but I'm not sure how to change it.
Title: Re: Rainy Day Background Color
Post by: Tranz on July 30, 2006, 11:45:23 PM
.thumbnails {
        background: #C2C9D3 ;
        padding: 5px;
}


If you use Firefox, check out the Colorzilla extension. If you don't, download and install it. It would make life so much easier if you're going to work on your website.
Title: Re: Rainy Day Background Color
Post by: Marshall1972 on July 31, 2006, 01:46:30 AM
That was it.  Thanks so much for your help!