Guys, the button of filter has changed colour today? It was white, now - orange in my site. How do I get it back? ![]()
Hi there, @Tender_S ![]()
I am so sorry about this issue!
Could you please send me a link to the page, where your widget is installed? I’ll be happy to check it for you ![]()
Here is ![]()
Thanks! The issue occurred because of this selector in the settings of your website’s theme. This is quite a general selector, which targets all buttons on your website, and the devs recommended making it more specific to avoid any issues:
In the meantime, we’ve fixed it using this code in the Custom CSS field on the Style tab of your widget’s settings ![]()
.global-styles,
.es-modal-content-body button {
position: relative;
min-width: 0px;
min-height: 36px;
cursor: pointer;
padding: 7px 15px;
display: flex;
align-items: center;
font-size: 14px;
line-height: 18px;
font-weight: 500;
border-style: solid;
border-width: 1px;
transition: 0.2s;
border-radius: 32px;
color: rgb(17, 17, 17);
border-color: rgba(17, 17, 17, 0.3);
background-color: rgba(17, 17, 17, 0);
}
.es-filters-wrapper button {
position: relative;
min-width: 0px;
min-height: 36px;
cursor: pointer;
padding: 7px 15px;
display: flex;
align-items: center;
font-size: 14px;
line-height: 18px;
font-weight: 500;
border-style: solid;
border-width: 1px;
transition: 0.2s;
border-radius: 8px;
color: rgb(17, 17, 17);
border-color: rgba(17, 17, 17, 0.3);
background-color: rgba(17, 17, 17, 0);
}
Morning Max,
Thanks so much for your help! Seriously so so so appreciated ![]()
Have a great day!
Kindest,
Sam
Sam Kirby | Editor
![]()
+61 456 980 955
thefieldguidetoowoomba.com | Instagram
Yeahhh
The colour button is normal again! Thanks for quick reaction!
Awesome, you’re very welcome ![]()


