VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: lgiulio on July 11, 2016, 09:45:43 AM

Title: Delete
Post by: lgiulio on July 11, 2016, 09:45:43 AM
Joomla 3.5.1
Virtuemart : 3.0.16

Hello,


how can I delete categories title?

Thank you
Title: Re: Delete
Post by: jenkinhill on July 11, 2016, 12:25:12 PM
Where?
Title: Re: Delete
Post by: lgiulio on July 11, 2016, 16:09:20 PM
Hello,

Joomla 3.5.1
Virtuemart : 3.0.16
PHP: 5.5.34

Thank you
Title: Re: Delete
Post by: jenkinhill on July 11, 2016, 16:28:40 PM
I'll try again. Where are the category titles you want to delete? Which page? URL?
Title: Re: Delete
Post by: lgiulio on July 11, 2016, 17:18:38 PM
Thank you.

www.passionepuglia.it

Text categoria.

attachment image
Title: Re: Delete
Post by: jenkinhill on July 11, 2016, 20:56:50 PM
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;
}
Title: Re: Delete
Post by: lgiulio on July 11, 2016, 23:51:43 PM
Thank you very much.

lgiulio