Removing the available tickets

Home Forums Welcome! Pre-Sales Questions Removing the available tickets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1060576
    Heather
    Guest

    How do I remove the number of available tickets left?

    #1060615
    George
    Participant

    Hi Heather,

    If you mean from the front-end, you would need to write custom CSS to do this. You would place CSS like the following in the bottom of your theme’s style.css file:


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

    I hope this helps!

    I will close up this issue because this is our “Pre Sales Questions” forums, and we cannot offer technical support here. Also, there is not a license tied to your email address, and we cannot provide support for unlicensed users. For technical support, please log into the account with which your premium license keys are associated. If you do not have a premium license, please post your questions in our free support at http://wordpress.org/plugins/the-events-calendar.

    Thank you!
    George

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing the available tickets’ is closed to new replies.