In the ticket details there are a few different sections. I want to hide the sales dates and the access from customers. I know it is some CSS coding thing that I don’t know how to do. The link to the site is: http://rest-ima.org/events/rest-reno-education-seminar-training-2016. Click on one of the ticket’s details and you will see the three different sections. How do I hide the Sale Dates and the Access sections??
You can remove those sections by adding this code to your theme’s style.css, or to a custom CSS plugin:
/* Remove Sale Dates and Access sections from event details. */
.tckt-slctr-tkt-sale-dates-sctn,
.tckt-slctr-tkt-datetimes-sctn {
display: none;
}
Viewing 1 reply thread
The support post ‘Hiding elements in 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.