Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Table header colours


pewe

Recommended Posts

I want to change the colours of the table header backgrounds to match our site colours.

All I want to change are the default grey/blue table headers in the main tables and info boxes which contain the text 'Top Catalogue' , 'Categories' 'Shopping Cart' etc.

 

I went in to stylesheet.css (in the main directory) and changed the hex values for

TR.headerNavigation (background)

TD.headerNavigation (background)

TR.footer (background)

TD.footer (background)

TD.infoBoxHeading (background)

 

but I still get the original colours.

 

Am I altering the write file (it seems to be the only Stylesheet.css).

 

Any advice appreciated.

Link to comment
Share on other sites

Sample:

the original stylesheet.css:

change old:

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #bbc3d3; /*grey-blue*/

color: #ffffff;

}

 

to new:

/* box headers */

TD.infoBoxHeading {

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

font-size : 10px;

font-weight : bold;

background : #ff0000; /* red */

color : #ffffff;

}

 

if it's not working, try shift+reload in yr browser or empty yr cache

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

Thanks Guys,

 

I had already done the changes suggested (and had used the Wiki doc to identify them), but with no luck.

 

I had also emptied my cache and re-loaded in the browser many times during yesterday - with no luck.

 

Today I loaded the page and it was exactly how I wanted it.

 

I conclude that as I use a Satellite Broadband Service the providers must use their own cache, and therein lay the problem.

 

So now all is well.

 

Thanks again guys.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...