Hello
i have out the code into my child theme
themes/betheme-Child/tribe-events/tribe-events.css
the same place as i have put the code to remote ticket number from the event
this code removes the ticket numbers from the events perfect.
.tribe-tickets-remaining {
display: none !important;
}
i have also added this to the same css, tribe-events.css
i have tryed
.span.tribe-tickets-left {
display: none;
}
.span.tribe-tickets-left {
display: none !important;
}
both dont seem to work.
am i adding the css into the correct area?