• Resolved Ariajin

    (@ariajin)


    Hello,

    My question is about the event calendar page and all the single events’ header :

    I’m using Kallyas theme and i have a very ugly header bar which don’t want to go away on every single vent page + the event calndar page (see here)

    Does anyone knows how to hide this header only on the event page and all the single event pages ? (note that i’ve already tried to do so trough the admin but it seems the parameters are overwritten by something)

    Here is the website link(still under construction) : website

    Thanks in advance

    https://ww.wp.xz.cn/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    You may be able to hide that header by targeting it in CSS on those specific pages. For example:

    .tribe-theme-kallyas #page_header.zn_def_header_style {
      display: none;
    }

    Cheers!
    Geoff

    Thread Starter Ariajin

    (@ariajin)

    Works perfectly, thanks Geoff 🙂

    Barry

    (@barryhughes-1)

    Glad you’re all sorted!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Events page header’ is closed to new replies.