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!

#2489 Background color and title in category list

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 mat321 on Sunday, 18 December 2016 09:17 UTC

mat321
 Hi,

I need some some help to modify the color of the album title and also the background when display in category list lik on my site :
http://www.optibois.com/ne/index.php/nos-chalets-clients

As you can see, the title of the album is not lisible due to color and background color.

I don't find the way to change it in the eventgallery parameters on joomla.

I find the way to change it in css but its on the compressed eg css files which i suppose be generated and i suppose it will loose change on update.

My question is so : what is the way to change this parameters and keep them when upgrade. Is there a way in the administration or only in css file, so which one you advice to modify ?

Also i suggest to change this default setting cause i don't think it's readable on a lot of picture due color.

Here the css codes in question :

#events .item .content .data {
background-color: rgba(255,255,255,.3);
bottom: 0;
color: #DDD;
opacity: .8;
position: absolute;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
width: 100%;
z-index: 222;
}

Thanks for help

sbluege
Hi,

adding color settings and stuff like this to the components options makes not much sense. Today we have CSS which can be used to modify nearly anything. If you want to avoid losing your changes during an update just use a different place for them. CSS changes belong to the custom css file of your template.

Do you need any help with the CSS?

I'll put a note to my list about the default settings.

mat321
No its ok i now how to do, thanks for help !!!