✨This requires our beta Custom CSS feature. Contact us to request access.
If you want to launch your event homepage to start gathering interest before your tickets go on sale, you can use CSS to temporarily hide the tickets block altogether.
Head to Settings
> Event homepage
> Custom CSS on event homepage
and add the following code to hide the ticket section:
#ticket-flow { display: none !important; }
You can remove it once you need to start displaying tickets.
______________________
If you have any follow-up questions, drop us a line at support@tito.io or chat to us in-app and we’ll get back to you as quickly as we can.