Jump to content

Changing background colour


Recommended Posts

Hi. I'm currently trying to customise my template which I purchased from templatemonster. 

I am having trouble changing the background colour. I have tried changing this in the global.css

 

body#cms.content_only { background:#fff; min-width:100%; max-width:100%;}

 

When I change the #fff, nothing happens on the website. 

What am I missing?

 

Thanks

Sorcha

 

Link to comment
Share on other sites

I checked your site. I tried to change the background-color through Firebug-Lite. Which is an application you can install in your browser. I use it in Chrome. 

But. I couldn't change your background color either. It is the first time I bump up to something like this. 

I am just thinking out loud. 

Iframes? Protected CSS? Wrapped? 

I suggest to send a mail to the theme-developers. 

Link to comment
Share on other sites

Ok, your site finally loaded (well, sort of). You have some issues that need to be addressed more so than changing the background color.

 

Nevertheless, to change the bg color find the following in global.css

#wrapp {
background: url(../img/bg_top.png) 0 0 repeat-x #FFF;
position: relative;
overflow: hidden;
width: 100%;
}

Just change background to whatever you want.

 

Hope that helps.

 

Marty Shue

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...