Overview
All event types appear in the “Event Types” filter on public website.
This is by design, but if you wish to disable it, admins can add some CSS to website settings.
How to Do It
Navigate to Events > Settings > Website.
Add the below script to the “Custom Before Page HTML” box.
<style>
option[value="22338 Rename Event Type (UIrenamed)"].text-black {display: none;}
option[value="School TEST"].text-black {display: none;}
</style>
Replace “School TEST” with the name of whichever event type you wish to remove from the dropdown.
Click “Save”.