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
#32931
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.

  • Aray
  • Aray's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thanks: 0

Re: [SOLVED]Color change of the "Reset" button (orange) in the list view

7 months 2 weeks ago
#32938
This is known to me, but the CSS code inserted there:
# 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
#32939
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\

Please Log in or Create an account to join the conversation.

  • Aray
  • Aray's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thanks: 0

Re: [SOLVED]Color change of the "Reset" button (orange) in the list view

7 months 1 week ago
#32941
Hi McKillo

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.

  • Aray
  • Aray's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thanks: 0

Re: [SOLVED]Color change of the "Reset" button (orange) in the list view

7 months 1 week ago
#32942
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
#32947
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

Please Log in or Create an account to join the conversation.

Time to create page: 0.527 seconds