Support

Home Forums Event Espresso Premium EE4 Event Access – How to remove from ticket selector

EE4 Event Access – How to remove from ticket selector

Posted: February 24, 2014 at 3:21 pm


Delray Wannemcher

February 24, 2014 at 3:21 pm

Hi,

I am interested in removing the “Event Access” portion shown in the “Show Details” section of the ticket selector. Showing the ticket date and time is fine, but I’d like to remove the other columns if possible, or that entire section if required. How can this be achieved?

Thanks

EE4
WP 3.8
New installation on staging site


Josh

  • Support Staff

February 24, 2014 at 7:57 pm

Hi Delray,

This is something that will be more customizable after Event Espresso 4 graduates past beta. For now, you can hide the entire section by adding a little CSS:

.tckt-slctr-tkt-details-dv,
.tckt-slctr-tbl-td-name a {
display:none!important
}

If you don’t have a child theme set up or another way to add custom CSS, I can recommend installing the Reaktiv CSS Builder plugin and add your custom CSS there.


Delray Wannemcher

February 25, 2014 at 6:28 am

Hi Josh,

I was aware of being able to hide the entire section. But is it possible to just hide the “Event Access” section via CSS?

Thanks for your help.


Josh

  • Support Staff

February 25, 2014 at 7:53 am

Yes.

.tkt-slctr-tbl h5:nth-of-type(3),
.tkt-slctr-tbl span:nth-of-type(4),
.tckt-slctr-tkt-details-tbl-wrap-dv:nth-of-type(2) {
    display:none;
}


Delray Wannemcher

February 25, 2014 at 8:57 am

That worked well. Thanks

The support post ‘EE4 Event Access – How to remove from ticket selector’ 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