Jump to content

Reorder Categories

Recommended Posts

Site URL: https://lovedance.fitness/

I wondered if you can help me?! I would like to change the order of my categories for my shop. They should be in month order, i know that i will have to update it all the time! Hope you can help, it is the last thing i need to do on my site!! 😉 

Website: https://lovedance.fitness/

Currently the categories are just:    All, June, July

Hope you can help, many thanks.

Lynn

Link to comment
  • Replies 4
  • Views 536
  • Created
  • Last Reply
3 hours ago, LynnC said:

I did post in forum but no answer as yet! 

The categories in the shop should be in month order so:

All - June - July

https://lovedance.fitness/classes-1

Hope you can help 😉

 

 

Add to Home > Design > Custom CSS

/* All */
.category-filter-item:nth-child(1) {
    order: 1;
}
/* June */
li.category-filter-item:nth-child(5) {
    order: 3;
}
/* July */
.category-filter-item:nth-child(3) {
    order: 5;
}
span.category-filter-delimiter.has-category:nth-child(2) {
    order: 2;
}
span.category-filter-delimiter.has-category:nth-child(4) {
    order: 4;
}

 

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

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.