Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello, I have a Collections tab that expands and allows customers to filter their search. I don't want this menu to expand. I want the filter options to always be open and expanded. Any insight on how I can achieve this?
https://shop.eluwastudio.com/collections/all
currently
would like to achieve
yes, please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1280px) {
.collection__filters--left .collection__filter-container {
overflow: visible;
opacity: 1 !important;
height: auto !important;
min-height: 310px;
}
}
User | RANK |
---|---|
119 | |
87 | |
74 | |
64 | |
47 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022