How to Automate Feature Collection (No visible scroll bar)

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.

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before and press ‘Save’ to save it

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

@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 :blush:

Thank you, that worked!