The system alerts styles clash with my site template.
I'm looking to change those alert styles to function as an alert rather than merge into nothing for users
The two files that are referenced are ...
/media/joomla-custom-elements/joomla-alert.css
/media/joomla-custom-elements/joomla-alert-min.css
For example any modifications to this specific style, they are not reflected in the front end.Oh and all cache etc is disabled and browser cache is cleared as well
Thanks in advance
I'm looking to change those alert styles to function as an alert rather than merge into nothing for users
The two files that are referenced are ...
/media/joomla-custom-elements/joomla-alert.css
/media/joomla-custom-elements/joomla-alert-min.css
For example any modifications to this specific style, they are not reflected in the front end.
Code:
joomla-alert[type="info"] { background-color: var(--jui-alert-info-background-color,#d1ecf1); border-color: var(--jui-alert-info-border-color,#bee5eb); color: var(--jui-alert-info-color,#0c5460);
Thanks in advance
Statistics: Posted by yerg — Tue Apr 02, 2024 5:28 am