Shopify themes, liquid, logos, and UX
How to darken the Lines Under Filter product collection page?
How would I darken those lines in-between each subcategory filter?
Password01
Solved! Go to the solution
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);
}
}
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);
}
}
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:
And then remove border top attribute currently and change to:
border-top: 0.1rem solid rgba(var(--color-foreground), 1);
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024