Cannot hide remaining stock with CSS

Home Forums Ticket Products Event Tickets Plus Cannot hide remaining stock with CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1515433
    fbit
    Participant

    I have tested these changes in Inspect Element with Firefox but with my live site at http://jazzforallages.com I cannot get them to show up through editing CSS in Customizer:

    .tribe-events-event-cost .tribe-out-of-stock, .tribe-events-event-cost .tribe-tickets-left {
    display: none !important;
    }

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

    please advise

    #1516732
    Jeremy
    Keymaster

    Hi,

    Thanks for reaching out to us! I would be happy to help you 🙂

    I had a look in the source code of your theme, it seems there were a couple of missing parenthesis from the CSS in the Customizer.

    Try to paste the following code in your Customizer (replacing its actual content – you may save the file before in case something wrong happens).
    customizer.css

    Please do let me know if that makes a difference.

    Have a nice day,
    Jeremy

    #1517329
    fbit
    Participant

    That seems to have fixed it, thanks!

    #1517575
    Jeremy
    Keymaster

    Hi,

    I’m glad that fixed your issue!

    I’m going to close this thread then, but feel free to start a new one if you have further questions or concerns.

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Cannot hide remaining stock with CSS’ is closed to new replies.