Hide Number of tickets available

Home Forums Ticket Products Event Tickets Plus Hide Number of tickets available

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1224624
    paulcrawford
    Participant

    Hi
    I was using a little bit of code to hide the number of tickets available for my events.

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

    Since updating to 4.4.1 the number of tickets has re-appeared on my single events pages
    Can you advise?
    Thanks

    #1224855
    Geoff B.
    Member

    Good evening Paul and welcome back!

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

    I am not sure exactly where you placed that CSS rule (your theme, our plugin, elsewhere, etc..).

    In any case, try adding the following CSS rule to your style.css file of your child theme or in your Custom CSS metabox:

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

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1224970
    paulcrawford
    Participant

    Thanks Geoff – that worked.
    I have it added via plugin Simple CSS
    And thanks for your swift reply
    Paul

    #1225561
    Geoff B.
    Member

    Good evening Paul,

    That’s awesome!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

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