hide checkbox in mobile version

Home Forums Ticket Products Event Tickets Plus hide checkbox in mobile version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1115925
    Marco Roveda
    Participant

    Hello
    I have a problem on the MOBILE version, I can not hide the checkbox “tribe-tickets-attendees-list-optout” with a CSS rule
    can you suggest me something?

    @media only screen and (max-width: 767px)
    …..

    URL:
    http://www.studioprnetwork.it/evento/inaugurazione-baia-imperialesabato-4-giugnosummer-2016/

    Thanks!

    #1116013
    George
    Participant

    Hey Marco!

    Try adding this line of CSS to the bottom of your theme’s style.css file—do NOT put it inside a media query! Just have it outside a media query and it should work fine across all devices etc.:


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

    Cheers,
    George

    #1116253
    Marco Roveda
    Participant

    perfect george! thank you!

    #1117072
    George
    Participant

    😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide checkbox in mobile version’ is closed to new replies.