help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED]Color change of the "Reset" button (orange) in the list view
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 2 weeks ago
In JoomlaPlates templates, under 'Template Settings' -> 'Custom Code', you’ll find a 'Custom CSS' field on the right side where you can add any CSS styles you want.
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 2 weeks ago
This is known to me, but the CSS code inserted there:
# jem_filter .btn-secondary {
--btn-bg: # D0D0D0;
}
brought no color change?
# jem_filter .btn-secondary {
--btn-bg: # D0D0D0;
}
brought no color change?
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 2 weeks ago
The correct code is:
#jem_filter .btn-secondary {
--btn-bg: #D0D0D0;
}
without spaces.
You can add this code to your template’s custom CSS file, or to the end of jem.css or jem_responsive.css in \media\com_jem\css\
#jem_filter .btn-secondary {
--btn-bg: #D0D0D0;
}
without spaces.
You can add this code to your template’s custom CSS file, or to the end of jem.css or jem_responsive.css in \media\com_jem\css\
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 1 week ago
Hi McKillo
unfortunately again no color change - I have attached to you the server entry as a screenshot and the created CSS.
unfortunately again no color change - I have attached to you the server entry as a screenshot and the created CSS.
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 1 week ago
here the ZIP with the CSS file
Please Log in or Create an account to join the conversation.
Re: [SOLVED]Color change of the "Reset" button (orange) in the list view
7 months 1 week ago
This btn-zuruecksetzen.css is not the custom template CSS file, nor is it in the correct folder.
I don’t know how this file is being loaded on your site, but JEM itself does not load it.
If you want, you can use a custom CSS in JEM as an alternative (see documentation). But before that, try this quick solution:
I don’t know your layout setting in JEM (Responsive or Legacy), but you can add these lines
#jem_filter .btn-secondary {
--btn-bg: #e8186b;
}
at the end of the following files:
\media\com_jem\css\jem.css
\media\com_jem\css\jem-responsive.css
I don’t know how this file is being loaded on your site, but JEM itself does not load it.
If you want, you can use a custom CSS in JEM as an alternative (see documentation). But before that, try this quick solution:
I don’t know your layout setting in JEM (Responsive or Legacy), but you can add these lines
#jem_filter .btn-secondary {
--btn-bg: #e8186b;
}
at the end of the following files:
\media\com_jem\css\jem.css
\media\com_jem\css\jem-responsive.css
Please Log in or Create an account to join the conversation.
Time to create page: 0.527 seconds