Issue with filter color in Event Calendar

Guys, the button of filter has changed colour today? It was white, now - orange in my site. How do I get it back? :upside_down_face:

1 Like

Hmmm, but the colour in my account is ok :roll_eyes:

2 Likes

Hi there, @Tender_S :waving_hand:

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 :slightly_smiling_face:

1 Like

Here is :slightly_smiling_face:

2 Likes

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 :slightly_smiling_face:

.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);
}
2 Likes

Morning Max,

Thanks so much for your help! Seriously so so so appreciated :smiley:

Have a great day!

Kindest,

Sam

Sam Kirby | Editor

image001.jpg

+61 456 980 955
thefieldguidetoowoomba.com | Instagram

1 Like

Yeahhh :slightly_smiling_face: The colour button is normal again! Thanks for quick reaction!

2 Likes

Awesome, you’re very welcome :wink: