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 ![]()
1 Like
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?
2 Likes
Could you please specify the name of your Event Calendar, where you’d like to apply this change?
1 Like
Grid
2 Likes
Thanks! Here is the code to change the background color of the filter popup:
global-styles,
.es-modal-content {
background-color: gray;
}
1 Like