How can I add a slim scroll bar in under my collection list section (DAWN)

How can I add a slim scroll bar in under my collection list section (DAWN)

NOT1
Shopify Partner
282 2 127

Like thisScreenshot 2024-09-04 150550.png

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1972 564 568

@NOT1 , Could you kindly share your store url ?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
282 2 127


Thanks : )

NOT1
Shopify Partner
282 2 127

@BSSCommerce-B2B Hey are you there? 😅

BSSCommerce-B2B
Shopify Partner
1972 564 568

@NOT1 ,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.collection-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
</style>

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
282 2 127

Hey thanks it worked but can you please do some changes
1. I dont want it full screen 

NOT1_0-1725464219688.png

 


just with the collection  list image sizes like this image

NOT1_0-1725464423648.png

 


2. I want it more slim like 5.72 px 
3. Remove the arrows at first and last 
Thanks : )