VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: maurice_j on May 16, 2012, 14:19:15 PM

Title: Removing the border from shopping cart pages?
Post by: maurice_j on May 16, 2012, 14:19:15 PM
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/ (http://imageshack.us/photo/my-images/18/tableic.png/)
Title: Re: Removing the border from shopping cart pages?
Post by: maurice_j on May 22, 2012, 23:59:43 PM
bump
Title: Re: Removing the border from shopping cart pages?
Post by: bstackhouse on July 19, 2012, 17:46:45 PM
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