Disable fixed header only on home page

Hi all,

I would like to disable fixed header only on the home page.

Currently, I have it disabled by going to Customize and then the header layout option. However, it disabled fixed header for all pages.

How do i disable fixed header only on my home page?

  • Ben

Hi Ben,

Is the fixed header, the one from the BB Theme? If so, you can use the CSS below.

.home .fl-page-header-fixed {
    display: none !important;
    visibility: hidden;
}

Hi Danny,

The fixed header is from the BB Theme. I have inserted the code but it does not seem to work. Can you check it out for me?

My website is ben.developerunit.sg

I can’t visit your site as it doesn’t load.