Hi
not sure if this is possible but I’d like to add a 1px light grey line between best selling sort / and the 23 products etc on my Desktop
similar to picture
Hi
not sure if this is possible but I’d like to add a 1px light grey line between best selling sort / and the 23 products etc on my Desktop
similar to picture
.collection-filter__item.collection-filter__item--count.small--hide {
border-bottom: 1px solid #e5e5e5;
padding: 13px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Worked perfect. Is there a way to make the sort button smaller like pic like the size of box maybe 50% of what it is now
select#SortBy {
width: auto;
float: right;
}