Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3553 Remove title of category

Posted in ‘Event Gallery - General’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Thursday, 16 May 2019 06:24 UTC

ideapro
I want to remove title of category.
Please, explain how can use plain CSS to hide the title? What is the code?

sbluege
Hi,

you can add some CSS to the custom CSS file of your template.

h1.eventgallery-category-headline {
    display: none;
}