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;
}
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;
}