Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing the stylesheet.css


furrychops

Recommended Posts

Posted

Hi.

 

I am trying to edit the stylesheet.css file, located in the catalog folder of my osCommerce webstore. The very first section I have been trying to edit is not showing up in the live version of the store. I am trying to edit the background color, first of all.

 

I am changing the following section of code on the stylesheet:

 

BODY {

background: #E2ECF1;

color: #000000;

margin: 0px;

}

 

to this:

 

BODY {

background: #333333;

color: #000000;

margin: 0px;

}

 

The result I am trying to achieve is to make the background color the hexidecimal value of 333333, but after I edit and upload the stylesheet.css file, and then refresh the page of my live webstore, The background color is not changing. I even opened up the edited stylesheet after it had been uploaded, and the color change was in the stylesheet, but nothing changes on the webstore.

 

Am I missing a step? Thanks for responding!! :)

 

JEREMY

Posted

I've also tried changing the permissions for the stylesheet, but that doesn't seem to work either. Does anyone have an idea what might be going wrong?

 

Thanks!

Posted
I am changing the following section of code on the stylesheet:

 

BODY {

background: #E2ECF1;

color: #000000;

margin: 0px;

}

 

You must be editing the wrong file or are looking in the wrong place. The stylesheet here:

 

http://www.metropolis-store.com/shop/stylesheet.css

 

does not read as you quote above. The body class says this instead:

 

BODY {

background: #ffffff;

color: #000000;

margin: 0px;

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...