• I would like to remove the sticky functionality of the menu on my home page, I have tried multiple methods none of which seem to work. I am currently using the “building-construction-architecture” theme which is a child theme of “Bizberg”. Any help is appreciated.

Viewing 1 replies (of 1 total)
  • Theme Author Bizberg Themes

    (@bizbergthemes)

    Hi,

    Add this code in your functions.php file. It should disable the sticky functionality.

    add_filter( 'bizberg_sticky_header_status', function(){
       return 'false';
    });

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Sticky Header on Home page menu’ is closed to new replies.