Helped hiding menu button from being visible

I have a unusable menu bar being shown on mobile. Please help me hide this menu button but only on this one landing page.

send Collaborator request

Hi @Ericsoho

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Go to Online Store->Theme->Edit code theme.liquid paste my code before element

{% if template.name == “index” %}

@media (max-width:767px){

header > .toggel{display:none !important}

}

{% endif %}

Best Regards;

PageFly

Didn’t work

you can share the URL and password?