Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dotted line around info box


spikesforu

Recommended Posts

Posted

It should be as easy as adding a border attribute to /catalog/stylesheet.css for the applicable class.

 

Try looking for:

 

.infoBox {
 background: #b6b7cb;
}

 

and changing it to:

 

.infoBox {
 background: #b6b7cb;
 border: 1px;
 border-style: dashed;
 border-color: #ff0000;
 border-spacing: 1px;
}

 

You may have to test a few of the classes to get the right one (I'm not positive that this is it...)

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Archived

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

×
×
  • Create New...