Quick Header Update needed

Home Forums Calendar Products Events Calendar PRO Quick Header Update needed

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1064002
    Chris
    Participant

    so, i just went pro and i love it out of the box. one quick change i’d like to make is on this page:
    http://gsa.asucla.ucla.edu/events/month/

    i see that it pulls in our default title, Untitled, along with the bread crumb.

    is there any easy way to just suppress the header Or is it possible to create a new page and embed the calendar into it?

    very nice.

    #1064170
    Cliff
    Member

    Hi Chris. Glad to hear you like it so far.

    Please note that your /events page is really a WordPress archive, not a regular WordPress ‘page’.

    You could accomplish what you’re wanting via CSS, like this:

    body.post-type-archive-tribe_events section.page-title-bar {
    display: none;
    }
    body.post-type-archive-tribe_events .post-wrap {
    padding-top: 20px;
    }

    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.

    #1079290
    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 ‘Quick Header Update needed’ is closed to new replies.