Support

Home Forums Event Espresso Premium Removing "Click here to edit All Attendee Information" from Registration Details

Removing "Click here to edit All Attendee Information" from Registration Details

Posted: February 9, 2016 at 2:49 pm


istech

February 9, 2016 at 2:49 pm

Hi There,

I’m attempting to remove the link for “Click here to edit All Attendee Information” as well as “Edit Info” from the Registration Details page. It doesn’t allow me to change anything when I click them anyways and I feel like having them on the page is likely just going to distract the user. Do you have a setting for this or some custom code I can implement?

Thanks


Josh

  • Support Staff

February 9, 2016 at 5:03 pm

Hi there,

You can add some CSS to your stylesheet in order to not display those links. Here’s an example of some CSS that will hide them:

.ee-registration-details-dv a[href*="attendee_information"] {
display:none;
}


istech

February 10, 2016 at 7:39 am

Do you have a link to a walkthrough that could help me accomplish this? I’m not much of a web developer.


Josh

  • Support Staff

February 10, 2016 at 7:59 am

Hi there,

The following steps will vary depending on your WordPress theme. If your WordPress theme has a Custom CSS option, then you can skip step 1.

Step 1) You install the Reaktiv CSS Builder plugin

Step 2) You go to Appearance > Edit CSS

Step 3) You copy the above CSS and paste it into the CSS editor and save.


istech

February 10, 2016 at 9:31 am

That worked fantastic!

Thank you! Awesome support.


Josh

  • Support Staff

February 10, 2016 at 9:34 am

You’re welcome.

The support post ‘Removing "Click here to edit All Attendee Information" from Registration Details’ 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