On my main page I have a bunch of featured collections that I display. I don’t like how much padding the little counter below the collection takes up and I want to reduce the padding as much as possible. Here’s a picture for example:
Thanks in advance!
Hi Namestolen,
Please share a preview link to your site so that we can better assist.
@namestolen ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
Result:
If it helps you, please like and mark it as the solution.
Best Regards 
1 Like
also if you want you can reduce the slider button height a bit to reduce even more as I noticed your button has lots of padding inside:
.slider-button {
height: 25px !important;
}
before ‘’