Hey, this doesn’t seem to work for me. I tried it with no other css code and still nothing.
Thanks for bringing this to our attention, @Rev_Devan ![]()
I’ve updated the code:
.es-filter-button-button {
background-color: red;
}
Give it a try and let me know if it worked ![]()
Right it does work but I suppose I was hoping it changed the color of the filter “pop up” background also. have a code for that?
Could you please specify the name of your Event Calendar, where you’d like to apply this change?
Grid
Thanks! Here is the code to change the background color of the filter popup:
global-styles,
.es-modal-content {
background-color: gray;
}