Hello,
I am trying to hide the tickets available. I have tried adding the following CSS:
.tribe-events-event-cost .tribe-tickets-left {
display: none;
}
Which removed the total tickets remaining (which I didn’t really want to do) but still shows the individual tickets remaining. I have also turned off Woocommerce’s product remaining display but that hasn’t changed anything. The individual ticket amounts still show up.
Ideally, I’d like to be able to set this separately for each event as sometimes I have events where it would be good to let the attendees know how many tickets are left. For now, I’d like to just turn the feature off. It’s causing lots of confusion where there is a shared capacity but no sell-to limit for tickets.
Thanks!
Steven