Jump to content

Change Background to Long Description Box


Recommended Posts

Hi everyone. I'm abit stuck and after some help.

 

I have a background image running in the background to my site. The problem I am getting is because the background image is dark and light the Long Description of products is hard to read no matter what colour I set the font too.

 

What I want to do is keep the background image behind the whole site but have the background to the long Decription Black? Any ideas on a way to do this?

Link to comment
Share on other sites

Hi,

 

1)In global.css find this code:

 

DIV.sheets {

clear: both;

padding: 1em;

}

 

2)add: background-color: #000000;

 

It should look like this:

 

DIV.sheets {

background-color: #000000;

clear: both;

padding: 1em;

}

 

This should help.

Link to comment
Share on other sites

  • 1 month later...

Hi,

 

1)In global.css find this code:

 

DIV.sheets {

clear: both;

padding: 1em;

}

 

2)add: background-color: #000000;

 

It should look like this:

 

DIV.sheets {

background-color: #000000;

clear: both;

padding: 1em;

}

 

This should help.

I have the same problem, I add this code to my global.css, but nothing happens.

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