VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: javisan43 on May 18, 2015, 13:06:33 PM

Title: How to remove this button "add to cart" in the "Top Ten Products" section
Post by: javisan43 on May 18, 2015, 13:06:33 PM
Hello

I set VirtueMart 3.0.8 and have the following problem:

How to remove this button "add to cart" in the "Top Ten Products" section?

Attached screenshot

Regards
Title: Re: How to remove this button "add to cart" in the "Top Ten Products" section
Post by: jenkinhill on May 18, 2015, 15:31:04 PM
You can hide it with css - http://forum.virtuemart.net/index.php?topic=116620.0

Create a css override for vm-ltr-site.css or add this as a custom.css or append to your Joomla template css:
.topten-view .addtocart-bar {display:none;}