Rename or Delete "Archives for" on Event page

Home Forums Calendar Products Events Calendar PRO Rename or Delete "Archives for" on Event page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1012266
    tbonneville
    Participant

    Hi – Do you know where I need to go to delete or override the “Archives for” on the Event page?

    http://bonnevilleconsulting.com/cyc2015/events/

    Ideally, I’d like to rename it to “Upcoming Events” or “Event Calendar” or delete the whole header and simply use your HTML section to add something above the calendar.

    Let me know. Thank you.

    Thierry

    #1012486
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here.

    The “Archives For” is being placed there by your theme so I am limited in providing coding to change it to something else as I do not know what that coding is.

    I do have some css to hide it and that second snippet with the height could help you move up the calendar to fill in the blank space by reducing the 490px:

    .post-type-archive-tribe_events .pm-sub-header-title-container,
    .post-type-archive-tribe_events .pm-sub-header-message {
    display: none;
    }

    .post-type-archive-tribe_events .pm-sub-header-container {
    height: 490px;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1016876
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Rename or Delete "Archives for" on Event page’ is closed to new replies.