[solved]help with changing background

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
rochak
Forum Members
Forum Members
Posts: 16
Joined: Mon Jan 23, 2012 12:00 pm

[solved]help with changing background

Post 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!!
Last edited by rochak on Tue Feb 14, 2012 4:20 pm, edited 1 time in total.
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: help with changing background

Post 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
Make your community a better place!
rochak
Forum Members
Forum Members
Posts: 16
Joined: Mon Jan 23, 2012 12:00 pm

Re: help with changing background

Post by rochak »

Many thanks!!. I have installed getfirebug and would use it as you suggested.

Thks again
Locked

Return to “Layout and Design (CSS & HTML)”