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!

#1343 Modify text in Events List

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 Saturday, 14 February 2015 11:14 UTC

mircot80
Hello.
My page is: http://www.assistenzainformatica.tv/demo4/index.php?option=com_eventgallery&view=events&Itemid=111&lang=it

I want to change the color of text, I try to add the following lines to template css but not work:

div#events .item .data a,
div#events .item .data a:hover,
div#events .item .data a:active {
color: green;
}

Where am I wrong?
Thanks.

sbluege
This snippet should work better on your page:

div#events .item .data div {
color: green;
}

mircot80
Perfect, thanks!

I have another question.
Is it possible to reduce the margins between the photos on this page?

http://www.assistenzainformatica.tv/demo4/index.php?option=com_eventgallery&view=event&layout=simple&folder=COMPLEMENTIDARREDO&Itemid=119&lang=it

Thanks.

sbluege
You can modify this by using CSS again.

This should get you started. The rest is up to you.
.eventgallery-simplelist-tile {
padding: 0;
}

mircot80
Do I have to add this code on template.css?

sbluege
Sure. Any modification has to be placed in the templates CSS file.