How do I hide the scrollbar from the desktop website? It does not appear on mobile so that’s good but I want to hide the vertical scrollbar from the desktop version as well. Any code that can help me out?
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Added this code, seems to be working fine. Let me know if it’s write or wrong or anything I could change
/* hide scrollbar for chrome, safari and opera*/
body::-webkit-scrollbar {
display: none;
}
There’s no password
Hello there,
i don’t see the scrollbar in desktop please send me screenshot.
/* hide scrollbar for chrome, safari and opera*/
body::-webkit-scrollbar {
display: none;
}
Used this code, is it right?
I hope this solution will works. feel free to text me back if you have any question.
Please follow below steps
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag
Hello @devanshvasant
yes it is working fine.
Hello @devanshvasant
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please All Like and Accept Solution.