How to remove "(# of tickets) available" from under ticket box

Home Forums Ticket Products Event Tickets Plus How to remove "(# of tickets) available" from under ticket box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1386811
    Thomas Eckert
    Participant

    When someone is buying a ticket, I don’t want to display how many tickets are available under the ticket box, nor do I want to display “unlimited.” Why is there no option to hide this? How do I remove it? Thanks.

    #1387055
    Patricia
    Member

    Hey Thomas,

    Thank you for reaching out to us!

    You can hide the number of available tickets by adding the following code in your theme’s style.css file:

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

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Best Regards,

    Patricia

    #1387698
    Thomas Eckert
    Participant

    That worked! Thanks!

    #1387859
    Patricia
    Member

    Hi Thomas,

    You are welcome :)! If you have any other questions, please feel free to open a new thread and we will be happy to help!

    Cheers,

    Patricia

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove "(# of tickets) available" from under ticket box’ is closed to new replies.