Coursedog

Submit a Ticket My Tickets
Welcome
Login  Sign up

PUBLIC WEBSITE: How can I control which event types appear under "filtering"?

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

  1. Navigate to Events > Settings > Website. 

  2. 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>

  1. Replace “School TEST” with the name of whichever event type you wish to remove from the dropdown. 

  2. Click “Save”.


Related Articles

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.