Support

Home Forums Event Espresso Premium Hiding titles in the ticket selector with css

Hiding titles in the ticket selector with css

Posted: April 27, 2020 at 6:09 am


TalTech

April 27, 2020 at 6:09 am

I would like to hide a row where are titles: “Details, Price, Qty” from the ticket selector view for event participants. Can I do it with some css?


Tony

  • Support Staff

April 27, 2020 at 7:07 am

Hi there,

You can hide it using CSS yes.

Something like this:

.tkt-slctr-tbl thead {
    display: none;
}

Or, to not alter the widths of the table, use:

.tkt-slctr-tbl thead {
    visibility: hidden;
}


TalTech

April 27, 2020 at 7:25 am

Thank you! Works perfectly.


Tony

  • Support Staff

April 27, 2020 at 7:54 am

You’re most welcome.

The support post ‘Hiding titles in the ticket selector with css’ 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