Jump to content

Help Reordering Categories

Recommended Posts

  • 2 weeks later...
  • Replies 2
  • Views 461
  • Created
  • Last Reply

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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.  

Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥.
Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. 
Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links.
Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.

Would you like your customers to be able to mark their favourite products in your Squarespace store?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.