Default theme page issue

Home Forums Calendar Products Events Calendar PRO Default theme page issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1007089
    David
    Participant

    Hi there –
    We’re using a theme that has a default page theme which is the only one that will work properly with The Events Calendar (in terms of responsiveness). Unfortunately there’s a large header image in the template which we want to remove for just the calendar page, not every page that uses the default page template. Or at least change the image for that page.

    Any suggestions on how to do so would be greatly appreciated.
    http://www.toes.bfdesign.ca/events/

    Thanks!

    #1007424
    George
    Participant

    Hey David!

    Thanks for reaching out – this should hopefully be possible by just adding the following CSS to the bottom of your theme’s style.css file:


    body.post-type-archive-tribe_events .title_outer {
    display: none !important;
    }

    That will head the header image if the page is something from The Events Calendar; otherwise, it leave the image displaying like normal.

    Let us know if this helps! 🙂

    — George

    #1012271
    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 ‘Default theme page issue’ is closed to new replies.