Support

Home Forums Event Espresso Premium Customizing Ticket Selector

Customizing Ticket Selector

Posted: February 24, 2019 at 11:44 pm

Viewing 5 reply threads


Gleb

February 24, 2019 at 11:44 pm

Hi,

I found this older topic about customizing ticket selector, but it doesn’t work for me. Trying to hide tickets that are not available for sale yet.
Here is what I’ve added to Additional CSS section(getting an error because of dashed lines which could be suspended):

———————

.tckt-slctr-tbl-tr ticket-pending ee-ticket-4-day-thursday-sunday-adult18{
display:none
}

———————


Gleb

February 24, 2019 at 11:46 pm

Here is a link to the older thread on a similar topic: https://eventespresso.com/topic/ee4-ticket-selector-how-can-i-customize-the-look/


Tony

  • Support Staff

February 25, 2019 at 2:16 am

Hi there,

You’re missing the period at the beginning of your classes, the above should be

.tckt-slctr-tbl-tr .ticket-pending .ee-ticket-4-day-thursday-sunday-adult18{
    display:none
}

However, that rule will only apply to a specific ticket, so if you want all pending tickets to be hidden just use:

.tckt-slctr-tbl-tr .ticket-pending {
    display:none
}


Gleb

February 26, 2019 at 8:41 am

It doesn’t hide the ticket, just removes “Goes on Sale”. If I add specific ticket, does nothing at all… Any other ways to remove these tickets from ticket selector?


Tony

  • Support Staff

February 26, 2019 at 9:14 am

Can you link me to the page with the ticket selector shown so I can take a look?


Tony

  • Support Staff

February 26, 2019 at 9:22 am

Actually, nvm, I can see the issue.

My apologies, the above selector should be:

.tkt-slctr-tbl .ticket-pending {
    display: none;
}
Viewing 5 reply threads

The support post ‘Customizing 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