Shopify themes, liquid, logos, and UX
Hello!
Does anyone know how to remove the vertical line that is next to the filter drop down?
Solved! Go to the solution
This is an accepted solution.
Hello @adr5
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
button.collection__filters__toggle {
border-right: none !important;
}
button.popout__toggle {
border-right: none !important;
}
Hi @adr5
It only that side? or also the sort?
If its only the filter try this one.
#shopify-section-template--20979592888513__main > div > div > div > nav > div.collection__nav__buttons > button {
border-right: 0px;
}
I added the css code to the theme.css file in assets, but am not seeing any changes.
Would the preview link help?
Add important on the code like this.
#shopify-section-template--20979592888513__main > div > div > div > nav > div.collection__nav__buttons > button {
border-right: 0px !important;
}
And Save.
This is an accepted solution.
Hello @adr5
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
button.collection__filters__toggle {
border-right: none !important;
}
button.popout__toggle {
border-right: none !important;
}
Thank you! This one worked!
User | RANK |
---|---|
227 | |
180 | |
63 | |
53 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023