KenzieAllred Posted May 21, 2020 Share Posted May 21, 2020 Site URL: https://www.printologypress.com/store Hi, I am wanting to reorder the categories on my shop and can't seem to get the code right. I want the order to be..... All Custom Cards Sketchbooks Notebooks Jotters Stationery Earrings Sale I'm on Mojave and the link is https://www.printologypress.com/store Thank you to whoever can help! Link to comment
tuanphan Posted May 31, 2020 Share Posted May 31, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { ul.ProductList-filter-list { display: flex; flex-direction: column; } } @media screen and (max-width:640px) { .ProductList-filter-dropdownToggle-checkbox:checked~.ProductList-filter-list { display: flex; flex-direction: column; } } /* All */ ul.ProductList-filter-list>li:nth-child(1) { order: 1; } /* Custom */ ul.ProductList-filter-list>li:nth-child(3) { order: 2; } /* Cards */ ul.ProductList-filter-list>li:nth-child(2) { order: 3; } /* Sketchbooks */ ul.ProductList-filter-list>li:nth-child(8) { order: 4; } /* Notebooks */ ul.ProductList-filter-list>li:nth-child(6) { order: 5; } /* Jotters */ ul.ProductList-filter-list>li:nth-child(5) { order:6; } /* Stationery */ ul.ProductList-filter-list>li:nth-child(9) { order: 7; } /* Earnings */ ul.ProductList-filter-list>li:nth-child(4) { order: 7; } /* Sale */ ul.ProductList-filter-list>li:nth-child(7) { order: 7; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
paul2009 Posted May 31, 2020 Share Posted May 31, 2020 If you are considering reordering your category list, it's worth asking yourself if this is what the customer will expect or prefer. Will it help of hinder your customers to reorder them? Consistency plays an important role in website design because a familiar interface helps users feel at home on your site. This helps them to achieve their goals more easily (buy your products!) and increases your sales. The category list usually appears in alphabetical order because this is predictable; it is what the user will expect and it's very effective because it's the optimal order for users to scan quickly. It won't be so easy for a user to scan the list if it doesn't appear to have a logical order [to the user]. I hope this UX Design perspective helps you or someone else. About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.