Joomla 3.5.1
Virtuemart : 3.0.16
Hello,
how can I delete categories title?
Thank you
Where?
Hello,
Joomla 3.5.1
Virtuemart : 3.0.16
PHP: 5.5.34
Thank you
I'll try again. Where are the category titles you want to delete? Which page? URL?
Thank you.
www.passionepuglia.it
Text categoria.
attachment image
You can edit the template overrides you are using to remove the title, but the easiest way is to hide it with a css override. If you use Firebug you can work out what to do! http://forum.virtuemart.net/index.php?topic=116620.0
.category-view h4 {
display: none;
}
Thank you very much.
lgiulio