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!

#3488 Change title and background color

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 Thursday, 07 March 2019 18:25 UTC

mat321
 Hi Sven,

Just need a little help please.

On my site on the url, the page is display directly by the joomla menu by selecting event gallery >> category list.

I want to change (please see photo) the color text and background of each thumbnail cause text is not lisible like my client want.

I have done in the past but looks it disappear so i want to know the correct way to do it and i want the changes not be deleted after update component.

For now i have put the following code in my template custom.scss file but nothing appear. i have clear all the joomla cache and the change are not take.

it seems the css code taken is eventgallery.css?v3.10.20

Does the custom.scss is not censed overwrite all the other css in priority ??

Please let me know the correct way to do my change and keep them even during update.

Thanks for help

Code i have put in my custom.scss file :

#events .item .eg-content .data {
background-color: rgba(0, 0, 0, 0.6);
color: #FFFFFF;
}

#events .item .title {
color:#ffffff;
}

sbluege
Hi,

adding something to a SCSS file is a bit strange. While the CSS you have might be fine, we have to make sure this CSS appears on your site. If you check the manual of the template you're using, which file do they recommend to put custom CSS in?