Delete Recurring Event Link

Home Forums Calendar Products Events Calendar PRO Delete Recurring Event Link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1331977
    Steve Temperton
    Participant

    Hi,

    I’ve searched around but could not find the answer to this.

    How do I delete the “recurring event (See All) from my single event page and the day view? (Images attached)

    #1332625
    Victor
    Member

    Hello Steve!

    Thanks for reaching out to us! 🙂 I’d be happy to help with this.

    You can hide the “see all” link from the single event page and from the lists view by adding the following CSS snippets into your theme’s styles:

    body.single-tribe_events .recurringinfo {
    display: none;
    }
    .tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
    display: none;
    }

    We have a great article that explains this and other ways you can customize our templates here > https://theeventscalendar.com/knowledgebase/themers-guide/

    I hope that helps! Let me know if that works for you.

    Best,
    Victor

    #1332674
    Steve Temperton
    Participant

    Fantastic Victor. That worked. Thank you for your help.

    All the best

    Steve

    #1332750
    Victor
    Member

    Hey Steve!

    I’m glad it worked out for you! Thanks for following up to let me know about it.

    I’ll close this now, but feel free to open a new topic if anything comes up.

    Cheers!
    Victor

     

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Delete Recurring Event Link’ is closed to new replies.