Site logo

Archived topic

Pageheader with elements

3 replies · Started by mzsstade on December 4, 2020

Viewing posts 1–4 of 4

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?

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

Hi there,

Give this CSS a shot:

.page-id-2429 #masthead {
    display: block !important;
    opacity: 1;
}

.page-id-2429 #mobile-header {
    display: none !important;
}
This archived topic is closed to new replies.