Hi Martin,
Oh right, my snippet didn’t work because I forgot to add an element. Could you insert the following snippet instead?
.tribe-events-tickets .tribe-tickets-remaining {
display: none;
}
In case that doesn’t work either, add an “!important” at the end, so it would look like this:
.tribe-events-tickets .tribe-tickets-remaining {
display: none !important;
}
It’s not available as an option in the admin UI because not many people have requested this feature. However, I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there. You can suggest it at http://tribe.uservoice.com.
I hope this helps.
Cheers,
Jeremy