Note: this snippet was written to work with the legacy calendar views. It may require additional customizations to work with the updated calendar views.

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 */
span.tribe-tickets-left, .tribe-events-c-small-cta__stock {
	display: none !important;
}

/* single view */
span.tribe-tickets-remaining {
	display: none !important;
}

.tribe-tickets__item__extra__available{
    display: none !important;
}

Notes

  • Originally written in April 2019
  • Tested with Event Tickets 4.10.3, Event Ticket Plus 4.10.2
  • Author: Rafsun Chowdhury