How can I make border between category in home page

Solved

How can I make border between category in home page

tigrisjewelryco
Excursionist
21 0 1

Can someone please help make border between category I circle in red. 2px / color code #183E40. Just one line going down no top or bottom. Thanks!

 

Password ENZO

Snipaste_2024-07-25_17-20-05.png

Accepted Solution (1)

Futuremerce
Shopify Partner
15 8 6

This is an accepted solution.

Hey @tigrisjewelryco 

 

Please follow these steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
scroll-carousel.collection-list .collection-card:not(:first-of-type) {
    border-left: 2px solid #183E40;
}
</style>

 

 

Thanks,

Futuremerce

★ Need help with your store? Feel free to reach out ★

https://www.futuremerce.com
hello@futuremerce.co

View solution in original post

Reply 1 (1)

Futuremerce
Shopify Partner
15 8 6

This is an accepted solution.

Hey @tigrisjewelryco 

 

Please follow these steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

 

<style>
scroll-carousel.collection-list .collection-card:not(:first-of-type) {
    border-left: 2px solid #183E40;
}
</style>

 

 

Thanks,

Futuremerce

★ Need help with your store? Feel free to reach out ★

https://www.futuremerce.com
hello@futuremerce.co