Rainy Day Background Color Rainy Day Background Color
 

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

Rainy Day Background Color

Started by Marshall1972, July 30, 2006, 11:04:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marshall1972

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,

Nibbler

The background is formed by images, you'd need to edit them with a image editor and change the colours.

Marshall1972

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.

Tranz

.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.

Marshall1972

That was it.  Thanks so much for your help!