Remove no of tickets available?

Home Forums Ticket Products Event Tickets Plus Remove no of tickets available?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1108645
    Louise Kennedy
    Participant

    Hi is it possible to remove the no of tickets available which shows up under the ticket box? thanks Louise

    #1108725
    Nico
    Member

    Hey Louis,

    Thanks for reaching out! I’ll help you here…

    To hide the number of tickets available, just add this CSS snippet to your theme stylesheet or via Simple Custom CSS plugin:


    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none;
    }

    Please try it out and let me know if it works for you,
    Best,
    Nico

    #1109215
    Tommy
    Participant

    This doesn’t work for me

    #1109442
    Nico
    Member

    Hi Tommy,

    Thanks for jumping in!

    Can you try adding the !important keyword to the CSS rule?


    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none !important;
    }

    If it still doesn’t work for you please follow-up with an event with tickets URL so I can test the code?

    Best,
    Nico

    #1115399
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove no of tickets available?’ is closed to new replies.