Hide stock amount on frontend

Home Forums Ticket Products Event Tickets Plus Hide stock amount on frontend

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1566180
    jimbobber
    Participant

    Hi there, I would like to hide the amount of tickets I have left on the frontend, I set it to unlimited to test and it says Unlimited available – I need this hiding completely
    Thanks 🙂

    #1566625

    Hi James,

    Thanks so much for reaching out!

    You can try adding the following CSS snippet to your WordPress Customizer or theme’s stylesheet:

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

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1566633
    jimbobber
    Participant

    Superb thanks, can you let me know how to add this?
    I do not have FTP access so cannot download the CSS file as I usually would, it’s a bit of an odd project!
    Thanks again

    #1566691

    Okay, gotcha.

    Do you have access to the WordPress Customizer?

    You can add some CSS there.  Here is more information on the WordPress Customizer:

    https://theeventscalendar.com/knowledgebase/wordpress-customizer/

    Let me know if that works for you!

     

    Thanks,

    Jaime

    #1566976
    jimbobber
    Participant

    Hi, thanks for the link 🙂
    That seems to cover the calendar plugin, not the ticket sales.
    If I use the customizer on the front end I don;t see an option to change the CSS, I see an Additional CSS button, I added your code and nothing seemed to change.

    #1568101

    Hi James,

    Can you provide me with a link to a page where you would like to hide the number of tickets available on your site, so that I can take a look?

     

    Thanks,

    Jaime

    #1568105
    jimbobber
    Participant

    Hi there, I have put them in a text file and attached it so it remains private 🙂

    #1568112

    Great, thanks for providing me with those URLs.  Try adding the following to your WordPress Customizer instead:

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

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1568118
    jimbobber
    Participant

    You’re a genius, thanks!!!!!!

    #1568121

    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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide stock amount on frontend’ is closed to new replies.