Support

Home Forums Event Espresso Premium EE Thank You Page – hiding elements

EE Thank You Page – hiding elements

Posted: July 19, 2016 at 11:51 am

Viewing 2 reply threads


rv3

July 19, 2016 at 11:51 am

I’d like to request some help in hiding a few elements on the Thank You page. Specifically, the “edit info” and “click here to edit all attendee data” links. Thanks.


Tony

  • Support Staff

July 20, 2016 at 6:23 am

Hi there,

The easiest method to hiding those elements is using some CSS, however there’s no classes on each of those links to easily target either of them so you will need something like this:

.ee-registrations-list p a:nth-of-type(1) {
    display: none;
}

.ee-registration-details-dv>p a {
    display: none;
}

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


rv3

July 20, 2016 at 9:06 pm

Worked perfectly. Thank you.

Viewing 2 reply threads

The support post ‘EE Thank You Page – hiding elements’ 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