Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the box color for the columns


Guest

Recommended Posts

Hi,

I would like to change the color of the boxes on both left and right columns. I can change the background in TD.infoBoxHeading style in the stylesheet file but this only changes the color of the heading. How do i change the color of rest of the box i.e. the line around the box and also the curve part for catergory and shopping box....

 

I have already changed the following so the head is right colour.

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

/*background: #0000FF;*/

background: #bbc3d3;

color: #ffffff;

 

Thanks for your help....

Link to comment
Share on other sites

Hi,

I would like to change the color of the boxes on both left and right columns. I can change the background in TD.infoBoxHeading style in the stylesheet file but this only changes the color of the heading. How do i change the color of rest of the box i.e. the line around the box and also the curve part for catergory and  shopping box....

 

I have already changed the following so the head is right colour.

TD.infoBoxHeading {

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

  font-size: 10px;

  font-weight: bold;

  /*background: #0000FF;*/

  background: #bbc3d3;

  color: #ffffff;

 

Thanks for your help....

 

Sorry i meant that i have changed the following code and the above is not correct:

TD.footer {

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

font-size: 10px;

/*background: #bbc3d3;*/

background: #0000FF;

color: #ffffff;

font-weight: bold;

 

and i have done the same for header.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...