How to remove 'Don't list me on the public attendee list'

Home Forums Ticket Products Event Tickets Plus How to remove 'Don't list me on the public attendee list'

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1107792
    Louise Kennedy
    Participant

    Just set up ticketing for an event and wondered if it’s possible to remove the above text from the ticket dialogue box at the front end of our website?

    We don’t want to list people’s name or to show the above message. We’ll collect email addresses and email attendees privately.

    Thanks!
    Louise
    for London Insight

    #1107881
    George
    Participant

    Hey @Louise!

    You should be able to hide that opt-out button completely by adding the following bit of CSS to the bottom of your theme’s style.css file:


    tr.tribe-tickets-attendees-list-optout {
    display: none !important;
    }

    I hope that helps!
    George

    #1108105
    Louise Kennedy
    Participant

    Hi George, thanks, can you direct to where I find the bottom of my theme’s style.css file (which menus on the dashboard)? Thanks Louise

    #1108550
    George
    Participant

    Hey Louise,

    You can do so a number of ways; this is unfortunately a “general WordPress” question, so you would have to turn to the old Google.com for more specific assistance with this sort of thing, but a simple way to access that file is to go to Appearance → Editor in your site’s wp-admin.

    This will bring you to an editor area; a list of files should be on the right side of the screen. Once here you can find and edit style.css and it should do the trick.

    Cheers!
    George

    #1114344
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove 'Don't list me on the public attendee list'’ is closed to new replies.