We'd like to remove the box that displays when no events are showing for the shortcode.
- Nov 12,2025 AT 9:47AM - 3 hours agoHello,
It seems that you’ve managed to fix the issue by using this code:
#evcal_list .eventon_list_event.no_events { display: none !important; }
This is correct.
Please let me know.