News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

How to delete buton ''Product Details''

Started by maico_diogox, May 02, 2018, 01:30:37 AM

Previous topic - Next topic

maico_diogox

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

jenkinhill

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;
}
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum