Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stupid question...removing borders from categories.


lasvegasreb

Recommended Posts

Posted

How do I remove the borders from the infoboxes that are created in categories.php?

 

Is it in the style.css? I'm coding tables in the HTML and this would be a huge help.

 

.infoBoxContents {

background: #F8F8F8;

font-family: Verdana;

font-size: 10px;

border-collapse: collapse;

}

 

Thx,

 

Roman

Posted

Problem solved. From the original stylesheet.

 

Deleted:

 

.infoBox {

background: #D3D1D1;

border: 0px;

}

 

Hope this helps somebody in the future.

Archived

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

×
×
  • Create New...