how to remove scrollbar below my website..

Solved

how to remove scrollbar below my website..

anumailme46
Tourist
5 0 2

im getting a scroll bar below my shopify website... idk how to remove it.. i need help with this

this is my website: https://hamsaradiance.com/

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @anumailme46 

 

You can remove it by following this instruction:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

 

body::-webkit-scrollbar {
  display: none;
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 2 (2)

Bundler-Manuel
Astronaut
966 49 111

Hi there @anumailme46  Have a look at this short video https://m.youtube.com/watch?v=dNnKS7u_3yk and let me know if that is enough to get rid of the scroll bar by yourself

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @anumailme46 

 

You can remove it by following this instruction:

1. Go to Shopify > Theme > Customize

2. Copy and paste this code on Theme settings > Custom CSS section

 

body::-webkit-scrollbar {
  display: none;
}
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program