Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stylesheet.css notupdating/changing colors


Guest

Recommended Posts

Posted

I tried changing the colors of the infobox in stylesheet.css.

The first time I changed it, and uploaded it, the colors changed, but I put the wrong colors in, so I changed it again, and uploaded it again, and nothing changed.

 

Now, no matter what color in the following that I change, nothing on teh website changes color at ALL.

File: stylesheet.css in main catalog directory:

 

.infoBox {

background: #b6b7cb;

}

 

.infoBoxContents {

background: #f8f8f9;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #FFE6E6;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #000000;

color: #ffffff;

}

 

I've changed EVERY background color to #000000 just to test it, and nothing changed colors no matter how many times I changed, saved, and uploaded.

Any help? - http://www.ElectricQuarter.com/index.php

Posted

Ya I tried that, I even closed and re-opened the browser and refreshed.

Posted

Had to clear my cache first in order to get it to update.

Posted
Had to clear my cache first in order to get it to update.

 

I have even had clearing the cache not work on occasion and the stylesheet seemed to update the next day mysteriously.

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
I tried changing the colors of the infobox in stylesheet.css.

The first time I changed it, and uploaded it, the colors changed, but I put the wrong colors in, so I changed it again, and uploaded it again, and nothing changed.

 

Now, no matter what color in the following that I change, nothing on teh website changes color at ALL.

File: stylesheet.css in main catalog directory:

 

.infoBox {

background: #b6b7cb;

}

 

.infoBoxContents {

background: #f8f8f9;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #FFE6E6;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #000000;

color: #ffffff;

}

 

I've changed EVERY background color to #000000 just to test it, and nothing changed colors no matter how many times I changed, saved, and uploaded.

Any help? - http://www.ElectricQuarter.com/index.php

 

Are you sure you uploaded it to the right location... I just checked your sytlesheet and the code doesn't match what you pasted here. I see this

 

.infoBox {

background: #999999;

}

 

.infoBoxContents {

background: #f3f3f3;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

.infoBoxNotice {

background: #FF8E90;

}

 

.infoBoxNoticeContents {

background: #ffe6e6;

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #999999;

color: #ffffff;

}

My Contributions

 

Henry Smith

Posted

Ya, I finally got it working, and edited it to the way I wanted it, so it's quite different now :) Thanx!

Posted

would anyone have an idea why I can't get my stylesheet to change? I have even deleted it from my ftp space and reuploaded and everything still stays the same. BTW..I am using STS also.

Archived

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

×
×
  • Create New...