Joomla 3.4.5
Virtuemart 3.0.10
How do you get rid of the "back to" button that sends you back to a category. It is on one of my product pages. I really don't need it on my site.
Thank you
Either override components/com_virtuemart/views/productdetails/tmpl/default.php to remove the back-to-category div
or use a css override, eg
.back-to-category {
display: none;
}
May be different if you already use template overrides.
http://docs.virtuemart.net/tutorials/templating-layouts.html
We went into the file line you specified at the top and removed the line you specified. The button is still there. Is there more to the line we need to remove? Thank you.
So you are using template overrides or a commercial Joomla/VM template? If so then you have to edit the relevant override file.