Site logo

[Support request] Pageheader with elements

Home Forums Support [Support request] Pageheader with elements

Home Forums Support Pageheader with elements

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1567076
    mzsstade

    Hi, I created a Pageheader for a Customer Area without the primary and secondary Menü. That works fine for the Desktopversion but on Mobil-Version the primary menu is back. How can I disable it only for this single Pageheader?

    #1567624
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure if I fully understand – I’m not seeing a page hero on the page you’ve linked.

    Are you trying to remove this on this page only?
    https://www.screencast.com/t/dHCEUvEGa

    Or the entire header?
    https://www.screencast.com/t/dQUQhXlYy7wd

    #1570000
    mzsstade

    Hi Leo,
    yes I created a Pageheader for the Training-Sites and won’t display the Primary-Menu, that works only on Desktop-Devices.

    #1570611
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a shot:

    .page-id-2429 #masthead {
        display: block !important;
        opacity: 1;
    }
    
    .page-id-2429 #mobile-header {
        display: none !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.