Support

Home Forums Event Espresso Premium Edit "Your Registrations" table view

Edit "Your Registrations" table view

Posted: February 12, 2018 at 6:27 am


august.lannee

February 12, 2018 at 6:27 am

is there a way of modifying the table without going nuts on the css ?
I would like to remove the “# Tickets” column as all events will allow for only 1 ticket per person.


Tony

  • Support Staff

February 12, 2018 at 8:08 am

Hi there,

You can load your own version of the templates used in the EE4 User Integration add-on by copying them to the root directory of a child theme and modifying them there to remove the above column.

Failing that, you can use this CSS:

.espresso-my-events-tickets-num-th, 
.ee-my-events-event-section-summary-row td:nth-of-type(5) {
    display: none;
}

Which isn’t all that nuts ๐Ÿ™‚


august.lannee

February 12, 2018 at 9:01 am

thank you ๐Ÿ™‚ worked like a charm.

The support post ‘Edit "Your Registrations" table view’ 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