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!

#2873 How can I remove de botton bar in lightbox?

Posted in ‘Event Gallery Extended’
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 Wednesday, 27 September 2017 17:03 UTC

jefersoncl
How can I remove the bottom bar in lightbox (Joomla 3.8).
See image sample. :)

jefersoncl
Image sample...

Attachments

RemoveBar.jpg

sbluege
You need to use CSS to do that. Please add any CSS to your templates CSS file.

Here is an example:

#eventgallery_cboxTitle {
	display:none !important;
}