Hide "See All" for only one recurring event

Home Forums Ticket Products Event Tickets Plus Hide "See All" for only one recurring event

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1185981
    Jessica
    Participant

    Hi,

    I would like to hide the <div class="recurringinfo"><div class="event-is-recurring"> for a one reccuring event not all recurring events.

    How do I go about this?

    This didnt work:

    body.page-id-14132 .single-tribe_events .tribe-events-schedule .recurringinfo {
        display: none;
    }
    #1186105
    Andras
    Keymaster

    Hi Jessica,

    Thanks for using our plugins and welcome to the forums! Let me help you with this.

    Your markup seems to have some typos.

    If this is the page where you want to hide it
    https://alexandria.sportrock.com/event/open-belay/2016-11-13/

    then use this snippet instead:

    body.postid-14132 .tribe-events-single .tribe-events-schedule .recurringinfo {
    display: none;
    }

    If that’s not the page, then please send me a link to the exact page and I most probably can help you out.

    Let me know if this helps.

    Cheers,
    Andras

    #1196557
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide "See All" for only one recurring event’ is closed to new replies.