How to darken the Lines Under Filter product collection page? Dawn

Solved

How to darken the Lines Under Filter product collection page? Dawn

Brian-A
Explorer
87 0 18

How to darken the Lines Under Filter product collection page?

 

How would I darken those lines in-between each subcategory filter? 

 

www.extremekool.com

Password01

 

111Capture.PNG

Accepted Solution (1)

Asad-Mahmood
Navigator
300 51 56

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there

@media screen and (min-width: 750px) {
    .facets__disclosure-vertical {
        border-top: .1rem solid rgb(0 0 0);
    }
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





View solution in original post

Replies 2 (2)

Asad-Mahmood
Navigator
300 51 56

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css and paste this code there

@media screen and (min-width: 750px) {
    .facets__disclosure-vertical {
        border-top: .1rem solid rgb(0 0 0);
    }
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp





DitalTek
Shopify Partner
842 100 119

Hi @Brian-A ,

You can go to Admin -> Store Online -> Theme -> Looking to theme live currently, and click to Customize then click to Edit Code -> Finding to Assets/component-facets.css file and finding to here:

 

DitalTek_0-1735659383564.png

 

And then remove border top attribute currently and change to:

 

border-top: 0.1rem solid rgba(var(--color-foreground), 1);

 

- You can please Like and Accepted Solution if my suggestion helpful.
- And you want to hire developer Theme or App Shopify => Feel free to send me a DM or contact to us via Email | WhatApp