Greetings – We set up training events with one OR MORE date/times, hence one or more tickets. When more than 1 ticket is displayed for an event the table of ticket choices works perfectly. BUT when only 1 ticket is displayed for an event the name of the ticket AND the description are both displayed. We store a few internal ID’s in the description field so we don’t want it to display. Can it be suppressed/removed from display, and how would I do that? Here’s an example of what i am talking about…
You can add the following to your site’s Appearance > Customize > Additional CSS page to remove the ticket description from the display:
.no-tkt-slctr-ticket-content-dv > p {
display: none;
}
Viewing 1 reply thread
The support post ‘EE4: The display of a single ticket also displays the description (remove it?)’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.