VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: maico_diogox on May 02, 2018, 01:30:37 AM

Title: How to delete buton ''Product Details''
Post by: maico_diogox on May 02, 2018, 01:30:37 AM
Im using VirtueMart 3.2.14, I want to delete the buton ''Product Details'' to gain space in the page, I have tried some methods founded in the forum, but none doesnt works. How can I delete this buton? Thanks
Title: Re: How to delete buton ''Product Details''
Post by: jenkinhill on May 02, 2018, 10:58:04 AM
Simplest way is to hide it using css.  That is not the default VM template, so you will have to check the class used for the button.
In VM default templates the button can be removed with:   
div.vm-details-button {
       display: none;
}