Archived topic
Pageheader with elements
3 replies · Started by mzsstade on December 4, 2020
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 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
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;
}