HOW DO I REMOVE 'ARCHIVE' TITLE FROM MY EVENTS PAGE

Home Forums Calendar Products Events Calendar PRO HOW DO I REMOVE 'ARCHIVE' TITLE FROM MY EVENTS PAGE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1181732
    CHE
    Participant

    I’ve read the documents and searched the forums but I’m unable to locate an answer.
    I’d like to delete or make the ARCHIVE title on my events page invisible.
    Cheers

    #1182007
    Geoff
    Member

    Hello Che and welcome to the forums. 🙂

    Good question. The word “Archives” is actually coming from either your theme or another plugin.

    One thing you may want to try is to head to Events > Settings > Display and make sure the calendar template setting is set to “Default Events Template” (screenshot).

    Another option is to hide the page title altogether using CSS. For example, adding something like this to your theme’s style.css file or using the Simple Custom CSS plugin:

    .tribe_events .title_subtitle_holder {
    display: none;
    }

    Will this work for you? Please let me know. 🙂

    Cheers!
    Geoff

    #1192478
    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 DO I REMOVE 'ARCHIVE' TITLE FROM MY EVENTS PAGE’ is closed to new replies.