News:

Support the VirtueMart project and become a member

Main Menu

Removing the border from shopping cart pages?

Started by maurice_j, May 16, 2012, 14:19:15 PM

Previous topic - Next topic

maurice_j

Does anybody have any suggestions as to how I could remove the borders from what appears to be the "fieldset" table?

I've been trying all sorts of things with the CSS but can't solve it.

Example here... http://imageshack.us/photo/my-images/18/tableic.png/


bstackhouse

Hi

to remove the border you need to put a style on the fieldset.

go to com_virtuemart > views > cart > tmpl > default_pricelist.php

find:
<fieldset>

and change to:
<fieldset style="border-width: 0px;">

this will remove the borders from around the cart.

kind regards

Brittany