Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing stylesheet variables with FixedWidth site


Guest

Recommended Posts

Hi there.

 

I'm using your Fixed Width site mod to great effect - thank you.

 

I'm playing around with stylesheet.css to get a nice colour combo.

 

Found a useful site which lists some websafe colours:

http://www.w3schools.com/css/css_colors.asp

 

I'm trying to change the colour of the infobox headings, and so far I've changed the:

 

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #3399CC;

color: #ffffff;

 

which works brilliantly.

 

However I'm left with a small block of original colour towards the left of the new coloured heading. Any idea which value I change to effect it?

 

I've searched stylesheet.css for all values equal to #bbc3d3 (the stock heading bar colour) and changed them all.

 

Any ideas?

 

Cheers

Chris

Link to comment
Share on other sites

The corners of the boxes are images, they are not in the CSS.

 

To change them just replace the images in "catalog/images/infoboxes" folder. If you want them to just not be there at all just overwrite them with a blank pixel

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...