Hi friends,
I’m looking to automate my ‘Feature Collection’ block without having a visible scroll bar which I currently have? I tried to put the overflow-x: hidden; code but that just eliminated the ability to scroll altogether which doesn’t work either.
.your-class::-webkit-scrollbar {
display: none !important;
}
Can you try add more this code @RavenRiseAbove
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
Unfortunately, that didn’t change anything either.
@RavenRiseAbove ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
If it helps you, please like and mark it as the solution.
Best Regards 