Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To modify information box on left?


wancy

Recommended Posts

Posted

Hi,

 

 

[1] How to change the background colour of the information box on left column?

[2] I have change the header colour at the information box but there is a little grey box on the header left which the colour still not change. Which part of css style i should change?

 

 

Please advice as i'm just start to use osCommerce.

 

Thanks.

  • 2 weeks later...
Posted
Hi,

 

 

[1] How to change the background colour of the information box on left column?

[2] I have change the header colour at the information box but there is a little grey box on the header left which the colour still not change. Which part of css style i should change?

 

 

Please advice as i'm just start to use osCommerce.

 

Thanks.

 

1. You can change the boxes on either column through the stylesheet.css in the main catalog folder.

2. The little grey box is probably an image, which means you'll have to recreate it to the colour you require: OR you MAY be able to just delete it and the link to it, and perhaps the correct colour will show through, but I'm not certain.

 

I hope that's some help to you.

 

EDIT: I just realised that perhaps you wanted to know the precise location of the background colour of the information box in the stylesheet. For me it's the following (around line 115-120):

 

.infoBoxContents {

background: #000000;

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

font-size: 10px;

}\x00\x00

 

When you adjust the background here though, it will alter EVERY infobox, not just that one.

Archived

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

×
×
  • Create New...