Ich möchte das Header Verhalten, fixierte Kopfzeile auf einer einzelnen Seite verhindern bzw soll die komplette Kopfzeile als nicht fixierte Kopfzeile “wegscrollen” und das Avia Element “Untermenu über volle Breite” auf dieser Seite nach dem scrollen das “Hauptmenu” werden.
Kann ich das via css und .page-id-xxxx erreichen?
Hey aboderc,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Login in private content.
The idea is that only on this page the main menu should disappear completely and the avia element fill width menu should scroll up and stay sticky. On all other pages the main menu should remain the current behaviour. Hope that makes sense.
Cheers,
Stefan
Hi aboderc,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-585 .header-scrolled {
display: none;
}
#top.page-id-585 .header-scrolled + #main #sub_menu1 {
top: 50px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect, thanks
Hi aboderc,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria