is there any documentation about the css used in the popups
I see that you suggest using the browser debugger to look at the css and make modifications
But this is difficult with the popups
i’d like to change the background color of the heading section with the date/title etc but can’t see how to do that
Hello,
Please go to EventON > Appearance > EventTop Styles > Background Color.
You can also use this code:
.evopop_top { background-color: red; }