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);
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025