Number of Tickets Left

Home Forums Ticket Products Event Tickets Plus Number of Tickets Left

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Shayne.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1524880
    Shayne
    Participant

    I am wanting the Number of Tickets Left to NOT show. I posted a question a few months ago and your team told me to add this CSS
    .tribe-events-list .tribe-tickets-left { display: none; }

    It worked at first, however, the number of tickets left is now showing again. The code is still embedded. What am I missing?

    #1525086

    Hi Shayne,

    Thanks so much for reaching out!

    Try adding the following snippet to your WordPress Customizer or theme’s stylesheet:

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

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1525182
    Shayne
    Participant

    Works great! Thanks!

    #1525990

    Glad we could help, you are welcome back in our support forums any time!

    Since you marked this thread as Resolved, I am going to close this thread.

    Have a great week!

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