Hide capacity

Home Forums Ticket Products Event Tickets Plus Hide capacity

  • This topic has 6 replies, 2 voices, and was last updated 6 years ago by Ole Vadum Dahl.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1470826
    Ole Vadum Dahl
    Participant

    Hi,
    How do I hide capacity? It does not work using the following code in my custom stylesheet:

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

    Kind regards,

    #1471752
    Geoff B.
    Member

    Good evening Ole and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-event-cost .tribe-out-of-stock, .tribe-events-event-cost .tribe-tickets-left {display: none !important}

    This will remove the capacity from the list view.

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

    Accomplishes the same on the single event view.

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1471871
    Ole Vadum Dahl
    Participant

    Thanks – it works fine. Can you also provide with a code that removes it from single event page?

    Kind regards,

    #1471872
    Ole Vadum Dahl
    Participant

    UPS – did not read your answer sorry. You already gave me that code 🙂

    Kind regards,

    #1472783
    Geoff B.
    Member

    Good evening Ole,

    I am super stoked to hear that.

    Is there anything I can help you with today ?

    Best regards,

    Geoff B.

    #1491915
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide capacity’ is closed to new replies.