Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Colors


The Doctor

Recommended Posts

Posted

Hi

 

I have read the info bit of the info part of their main site. I need to know how to change the color of the bars on all the pages. Like where it says categories and quick find. The heading bar colours.

 

Regards

Posted
Hi

 

I have read the info bit of the info part of their main site. I need to know how to change the color of the bars on all the pages. Like where it says categories and quick find. The heading bar colours.

 

Regards

 

You need to look at catalog/stylesheet.css

 

Look at your source code and look for the class that is used for the part you are trying to change.. should look something like...

 

<td class="infoBoxHeading" height="14">

 

So you now look in your stylesheet.css for TD.infoboxheading. all the attributes of that class will be listed there.

 

Mine looks like...

 

TD.infoBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #bbc3d3 url(images/nav/box_header.gif);
 color: #000000;
; height: 20px
}

Its Only Me

Alex

Archived

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

×
×
  • Create New...