Support

Home Forums Event Espresso Premium Hidden ability to copy attendee 1 details to other attendees; remove space left

Hidden ability to copy attendee 1 details to other attendees; remove space left

Posted: February 19, 2018 at 5:22 am


codingforsail

February 19, 2018 at 5:22 am

Hi, when you book an event for more than one person, and you have a set of questions for additional attendees, the user can fill in those questions using the answers to the questions for the first attendee. Client does not want to show this.
I’ve tried to hide this using the following css code:

spco-copy-attendee-dv {
visibility: hidden;
}

which does hide it but the page still leaves the space for it.

Any idea how to remove the space?


Tony

  • Support Staff

February 19, 2018 at 6:22 am

Hi there,

You can use:

#spco-copy-attendee-dv {
    display: none;
}

Which will completely remove the element from view.


codingforsail

February 19, 2018 at 6:27 am

Thanks, that’s what I meant to use. Hope my brain works better the rest of the week.


Tony

  • Support Staff

February 19, 2018 at 6:59 am

It happens to us all from time to time ๐Ÿ™‚

Any further problems just let us know.


Gabriel Lai

February 19, 2018 at 8:05 am

where should I enter the code?
my client would like to hide this option as well. thanks ๐Ÿ˜‰


codingforsail

February 19, 2018 at 8:43 am

Hi Gabriel,

It is css code.

If you are using a child theme, you could add it into the style.css file of the theme.

Otherwise you could look under Appearance->Customise and see if there is an option to add additional CSS. Try adding it there.

The support post ‘Hidden ability to copy attendee 1 details to other attendees; remove space left’ 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