Removing event ticks remaining from calandar

Home Forums Ticket Products Event Tickets Plus Removing event ticks remaining from calandar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1608416
    silas burton
    Participant

    hello
    i removed the remaing tickets from the evets. but its still showing on the main calandar.
    what is the code i need to put in to remove it

    https://www.freeridingnz.com/events/

    #1609610

    Thanks so much for reaching out!

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

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

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1613685
    silas burton
    Participant

    Hello

    i have out the code into my child theme
    themes/betheme-Child/tribe-events/tribe-events.css

    the same place as i have put the code to remote ticket number from the event

    this code removes the ticket numbers from the events perfect.
    .tribe-tickets-remaining {
    display: none !important;
    }
    i have also added this to the same css, tribe-events.css

    i have tryed
    .span.tribe-tickets-left {
    display: none;
    }

    .span.tribe-tickets-left {
    display: none !important;
    }

    both dont seem to work.
    am i adding the css into the correct area?

    #1614727
    Barry
    Member

    Hi Silas,

    Try changing:

    .span.tribe-tickets-left {
        display: none !important;
    }

    To:

    span.tribe-tickets-left {
        display: none !important;
    }

    (Remove the “.” character before “span”)

    Does that help?

    #1615740
    silas burton
    Participant

    it works. thank u
    excellent support

    #1615779
    Barry
    Member

    Happy to help 🙂

    #1633294
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Removing event ticks remaining from calandar’ is closed to new replies.