Use the CSS snippet below to hide the available ticket quantity shown in the ticket or RSVP.
Usage
Copy the below code into your (child) theme’s style.css file, or add it to Appearance > Customize > Additional CSS box (or wherever you usually put custom styling).
Plugins
- Event Tickets
- Event Ticket Plus
Snippet
/* list view */
.tribe-events .tribe-events-c-small-cta__stock {
display: none !important;
}
/* single view */
.tribe-common-b3.tribe-tickets__tickets-item-extra-available {
display: none;
}
Notes
- Originally written in April 2019. Re-written in December 2024. Updated in February 2025.
- Tested with Event Tickets 5.19.1.1, Event Ticket Plus 6.1.5
- Author: Chika Ibeneme