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!

#1358 Remove event gallery title

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 Sunday, 22 February 2015 18:15 UTC

dato570009
 I want to remove event gallery title, t does not look good. Please, explain how can use plain CSS to hide the title? What is the code? Where to write CSS in joomla 3?

Awaiting reply!
All the best!

sbluege
Please add any CSS changes to the CSS file of your template. Just use a browser like Chrome and inspect the title. It'll reveal the selectors you can use.

Maybe this helps to get started:

.event .displayname {
  display: none;
}

dato570009
Dear Sven,
I do not understand any way.
I have pasted this code ".event .displayname {
display: none;
}" to template.css file, but it does not work any way.

Please expalin me detaled what can I do?
I can you firebug plugin of firefox.

Awaiting reply, All the best!

sbluege
Please send an URL to the site where you want to apply the change.

dato570009
http://www.webcentri.com/index.php/photo-gallery

sbluege
You're using an older version. Try this:

.event .description {
	display:none;
}

dato570009
Any way dear Sven, it does not work I have pasted this new code".event .description {
display:none;
}" into template.css file.

Am I right?

sbluege
Your site does not load a template.css file. You need to add this into a file which gets loaded otherwise any change will have no impact.

dato570009
It is especially eventgallery file or site variables .less file?

sbluege
You need to use a CSS file. Never touch any Event Gallery file. Do modifications only in your template folder.