• HI, I wish to fix main menu, remove sticky menu, because many links obscure the pages.
    Is it possible let the menu disappear during the scroll page?
    I can’t find the way.
    Thank you, Mario

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Hidekazu Ishikawa

    (@kurudrive)

    @marioconte

    Hi.

    If you can use child theme and so on that please add bellow code to functions.php and so on.

    add_filter( 'lightning_headfix_enable', 'lightning_headfix_disabel');
    function lightning_headfix_disabel(){
    	return false;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Sticky menu’ is closed to new replies.