Support

Home Forums Event Espresso Premium Remove info from ticket details

Remove info from ticket details

Posted: April 24, 2017 at 4:08 pm


bradsdb

April 24, 2017 at 4:08 pm

I would like to remove all info with the exception of the ticket description field from the “Show Details” accordion in the ticket selector table.


Tony

  • Support Staff

April 24, 2017 at 4:33 pm

Hi there,

We do not currently have an option to remove all of those sections, however you can use CSS to hide them, something like:

.tckt-slctr-tkt-price-sctn, 
.tckt-slctr-tkt-sale-dates-sctn, 
.tckt-slctr-tkt-datetimes-sctn {
    display: none;
}

Will leave only the ticket description.

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

The support post ‘Remove info from 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