All things Shopify and commerce
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!
Solved! Go to the solution
This is an accepted solution.
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 </body>
<style>
#PrimaryNavLabel-shop{
overflow: hidden !important;
}
#PrimaryNavLabel-explore{
overflow: hidden !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
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 an accepted solution.
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 </body>
<style>
#PrimaryNavLabel-shop{
overflow: hidden !important;
}
#PrimaryNavLabel-explore{
overflow: hidden !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
That worked! Thank you
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025