Page 1 of 1

[solved]help with changing background

Posted: Sun Feb 12, 2012 4:46 pm
by rochak
Hi,

I need one particular help in changing the background color of my website http://www.greenfuture-group.com .. to be exact i only want to change the background from light green to white for the body background (so it can merge with the pics i have of white background)

I have taken a screenshot of exactly which body background i want to turn into white..

http://awesomescreenshot.com/077u7fp05

Many thanks in advance if you can tell me which style sheet tag it is...

thanks!!

Re: help with changing background

Posted: Sun Feb 12, 2012 6:56 pm
by M@rtijn
Ok, here's what you do:
Go to http://getfirebug.com
Download the browser plugin, if it's not compatible with your browser, then stop using IE and get a decent one :)
(or use the built-in IE WebDeveloper)

Then hover your mouse over the part you want to change and it will tell you exactly which class or id you should look for in your stylesheet.

In this case it is a bit tricky to find it, but if you look for '.art-sheet-cc' you'll be able to change the background colour.
But, then you'll also see that your template is made with 3 images, which also have that same background colour:
/uploads/19011/images/sheet_s.png
/uploads/19011/images/sheet_h.png
/uploads/19011/images/sheet_v.png

So, you'll have to edit those images in Photoshop (or similiar) and make those white as well.

From now on we are not going to help you find a class in your stylesheet ;D

Re: help with changing background

Posted: Tue Feb 14, 2012 4:19 pm
by rochak
Many thanks!!. I have installed getfirebug and would use it as you suggested.

Thks again