Hide Remaining Tickets (available)

Home Forums Ticket Products Event Tickets Plus Hide Remaining Tickets (available)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1619048
    Steven
    Participant

    Hello,
    I am trying to hide the tickets available. I have tried adding the following CSS:

    .tribe-events-event-cost .tribe-tickets-left {
    display: none;
    }

    Which removed the total tickets remaining (which I didn’t really want to do) but still shows the individual tickets remaining. I have also turned off Woocommerce’s product remaining display but that hasn’t changed anything. The individual ticket amounts still show up.

    Ideally, I’d like to be able to set this separately for each event as sometimes I have events where it would be good to let the attendees know how many tickets are left. For now, I’d like to just turn the feature off. It’s causing lots of confusion where there is a shared capacity but no sell-to limit for tickets.

    Thanks!

    Steven

    #1619866
    Courtney
    Member

    Hi Steven

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

    .tribe-tickets-remaining {
        display:none !important;
    }
    

    Let me know if it works for you.

    Thanks
    Courtney ๐Ÿ™‚

    #1619882
    Steven
    Participant

    That’s got it. Thanks!

    It would still be nice to be able to turn this on and off per event but this will do for now. Can you add that as a feature request?

    Thanks!

    Steven

    #1619985
    Courtney
    Member

    Hey Steven

    If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    You can suggest it at http://tribe.uservoice.com.

    I’ll close out this thread for now but let us know if you have any other questions.

    Thanks
    Courtney ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Remaining Tickets (available)’ is closed to new replies.