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,
The background is formed by images, you'd need to edit them with a image editor and change the colours.
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.
.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.
That was it. Thanks so much for your help!