Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Colors?


QueenKat

Recommended Posts

Posted

I would like to change me colors of my store.. But I don't know how. I have gone into the stylesheet and messed with the colors, but I don't that it did a dang thing!

 

All I want is to change the color from grey to purple on the title bars (if that's what they are called)

 

Here's the link to my store: www.katstamps.com I want to change all of the grey bars to purple to match my logo and banner.

 

Please help.. I just need to know what to change and what line it is in the style sheet.

 

Thanks in advance.

Posted

Hi,

 

It should be in catalog/stylesheet.css

 

Change the colors in either:

 

TR.headerNavigation {

 

-or-

 

TD.headerNavigation {

 

Just change:

 

#bbc3d3

 

-to-

 

#c995ff

 

I don't remember which one. Just try both of them. You might also want to do that for the footer as well.

 

StrictlyPC

Posted
I would like to change me colors of my store.. But I don't know how. I have gone into the stylesheet and messed with the colors, but I don't that it did a dang thing!

 

All I want is to change the color from grey to purple on the title bars (if that's what they are called)

 

Here's the link to my store: www.katstamps.com I want to change all of the grey bars to purple to match my logo and banner.

 

Please help.. I just need to know what to change and what line it is in the style sheet.

 

Thanks in advance.

 

 

It is in stylesheet

For header change these

 

TD.headerNavigation {

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

font-size: 12px;

background: #99ccff;

color: #ffffff;

font-weight : bold;

}

 

for footer change these

 

TD.footer {

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

font-size: 10px;

background: #99ccff;

color: #ffffff;

font-weight: bold;

}

 

That should change the color of the bar, letters, font and size of font.

Lori

Archived

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

×
×
  • Create New...