How to remove text "Recurring Event (See all)" from recurring events

Home Forums Calendar Products Events Calendar PRO How to remove text "Recurring Event (See all)" from recurring events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1148573
    Joy Cimino
    Participant

    I don’t want the “Recurring Event (See all)” text on my event pages. See this link:

    http://www.mentorcrosscountry.com/calendar/mandatory-practice-2/2016-08-09/

    Where do I go to remove that?

    #1148659
    Cliff
    Member

    Hi Joy.

    You could use this CSS code to hide that information on Event Single pages:

    body.single-tribe_events .recurringinfo {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1156865
    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 ‘How to remove text "Recurring Event (See all)" from recurring events’ is closed to new replies.