Hey Conor,
I apologize for my delayed response—I had an emergency outage yesterday and was not able to respond until today. Sorry for the trouble here!
In regards to your issues, thanks so much for the screenshot. The “quantity” can appear in numerous places, so thank you for helping to clarify the specific instance you wanted to hide.
To hide the quantity text you highlighted, you would need to add custom CSS like the following to the bottom of your theme’s style.css file:
span.tribe-tickets-remaining {
display: none !important;
}
I hope this helps!
Sincerely,
George