How To Hide The Mobile Menu - Question | JoomShaper

How To Hide The Mobile Menu

T

Tomasz Michałowski

Helix Framework 3 years ago

template: helix ultimate anchor menu (mobile) after clicking on the link or closing - the menu is hidden, the page returns

I have such a script

/ smoth scroll to ancor # / jQuery(function($){ $('a[href^="#"]').click(function(){ var target = $(this).attr('href'); $('html, body').animate({scrollTop: $(target).offset().top-0}, 900, 'swing'); return false; }); });

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #6151

Hello Tomasz Michałowski

Please clarify your question. You can add more screenshots or screencast to make it understandable.

Best regards

0