It looks like you’ve disabled the calendar popups and switched to have links that point to the event details page, so I assume you don’t need a response to this anymore. If you still do, I’ll need to see it in action to figure out what’s going on. I can see that the button to close the popup is missing in that screenshot, and I don’t know why that would be.
Hi Joe, I’ve enabled the popups again – was trying to make sure it was functional even without them. It is, but would love the popup option to work. Thanks for your help!
Any luck, Joe? I need to disable to popups again by this afternoon, as we’re going to start promoting the event and I need it functional. Thank you for your help!
Your theme contains a class for .close with display: none, so it’s hiding the close button.
If you add styles to Appearance > Customize > Additional CSS like
.mc-toggle.close { display: block; }
That should fix the issue.
That worked! Thank you so much!