Impulse theme hide button section on mobile

Hi,

im trying to hide this button on mobile one

my site is https://luxurymrkt.com. Thank you

hi @Luxurymrkt

This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store.

Regarding your concern to disabled the scroll able and to get the screen fixed. Please add the code below and follow the instructions

Step1: Online store > Themes > Edit code > search for your theme file .css that could be theme.css

Step2: Paste the code to the end of the file

@media screen and (max-width: 767px){
#shopify-section-template--15648732545205__1655737516587c7b13  {
display: none !important;
}
}

Hope this helps.

Best regards,

PageFly

Awesome thank you!!