Remove Scroll Bar from Menu

Hey!

From Windows view my website has this scrolling bar, however from a Mac, this isn’t visible. Does anyone know how I can remove these scrollers? I’m using a California theme

https://clairebcusack.com/ is the website

Thanks!

Hi there @Intheflow try this code and let me know if it works for you

mobile-draw__wrapper{

overflow-y: hidden !important;

}

HI, You can try this code by following these steps:

Step 1: Go to the online store ->Theme ->Edit Code.

Step 2: Find the california.css file and add the following code

ul#PrimaryNavLabel-explore{

overflow: hidden;

}
ul#PrimaryNavLabel-shop{

overflow: hidden;

}

This is Richard from PageFly - Shopify Page Builder App

Hi @Intheflow Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly

That worked! Thank you