Remove Tribe Header on Calendar

Home Forums Calendar Products Events Calendar PRO Remove Tribe Header on Calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1018737
    waldon
    Participant

    I need to remove the tribe header on the events or schedule page. the link to our sandbox calendar is:
    http://vsginfo.com/sandbox/spinclub/events/

    Where would I go to remove or change this heading.

    Thanks!

    #1018865
    George
    Participant

    Hey @waldon!

    If by “header” you are just talking about the “Tribe Events” text there, then you can remove that by adding CSS code like the following to the very bottom of your theme’s style.css file:


    body.post-type-archive-tribe_events .page_top_wrap .page_title {
    display: none;
    }

    If you want to display the gray Tribe filters bar too, you’d just add one more bit of code right below the code above:


    #tribe-events-bar {
    display: none;
    }

    I hope this helps!

    — George

    #1024141
    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 ‘Remove Tribe Header on Calendar’ is closed to new replies.