Jump to content

Help Reordering Categories

Recommended Posts

  • 2 weeks later...
  • Replies 2
  • Views 412
  • 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.  

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

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.