Is there any way to limit the details for a ticket? Currently there is a show details link next to the ticket when I am logged in as admin or not. When you click it is shows information under several headings: Ticket price breakdown (I like this one); Ticket Sale Dates; Event Date Ticket Uses; and Event Access.
Is there any way to not show these or modify their content. I would like to hide Event Access and Event Ticket Uses.
You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).
This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a free plugin like Reaktiv CSS builder or My Custom CSS.
Try this CSS to hide the Event Access:
.tckt-slctr-tkt-datetimes-sctn {display:none;}
You can also hide the show ticket details altogether:
Brilliant! Thanks so much for your clear and informative answer. Took only a few minutes and voila those fields were gone.
Excellent job!
David
Viewing 2 reply threads
The support post ‘Ticket Details’ 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.