Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306172
    peterjonker
    Participant

    I want to have a fixed header only on my homepage. So a custom header for a single page.

    #1306235
    Joao
    Moderator

    Hi There,

    Please go to Appereance > Customizer > Header > Set your header as static

    Than add the following code to Appereance > Customizer > Custom > CSS

    .home .x-navbar.x-navbar-static-top {
      position: fixed;
    }

    Hope it helps

    Joao

    #1306243
    peterjonker
    Participant

    Hi Joao,

    Thanks. I did everything you asked but it doesn’t work!

    #1306255
    Joao
    Moderator

    Hi

    Use this CSS instead please :

    .home .x-navbar {
      position: fixed;
      width: 100%;
    }

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1306172 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>