Support

Home Forums Event Espresso Premium Hiding elements in ticket details

Hiding elements in ticket details

Posted: December 11, 2015 at 10:58 am


Robert H Wren

December 11, 2015 at 10:58 am

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??


Jonathan Wilson

December 11, 2015 at 11:10 am

Hi Robert,

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;
}

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.

Event Espresso