How to hide "Don't list me on the public attendee list"?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118066
    Ching Hong
    Participant

    I search a post and I modified CSS to hide the above message. It’s work!

    However, I found that it only works at PC except mobile phone.

    My questions is how to hide this message on matter PC or mobile phone?

    Thank you.

    Chris Man

    #1118087
    Geoff B.
    Member

    Good evening Chris and welcome back!

    Thank you for reaching out to us.

    I would love to help you with this topic.

    What is going on is that you have another CSS rules for @media (max-width: 600px) that is overriding your previous CSS rule.
    The simplest solution is to modify your current CSS rule slightly:

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

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1118091
    Ching Hong
    Participant

    It’s work! Many Thanks!

    #1118218
    Geoff B.
    Member

    Hey Chris,

    I’m glad this worked for you!

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

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