Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1274055

    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?

    #1274184

    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

    #1274334

    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

    #1274682

    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

    #1274790

    Perfect, thanks

    #1274827

    Hi aboderc,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header Verhalten, fixierte Kopfzeile auf einer einzelnen Seite verhindern’ is closed to new replies.