Jump to content

Categories NOT alphabetized

Recommended Posts

  • Replies 10
  • Views 1k
  • Created
  • Last Reply
11 hours ago, Pitacast14 said:

the password is: friday2020

i would like the the shop categories to be in this order: Pre-Order, Tees, Sale, All

https://www.wilddesertcreations.com/

Add to Home > Design > Custom CSS

/* Hide Line */
span.category-filter-delimiter.has-category {
    display: none;
}
/* Pre order */
.category-filter-item:nth-child(3) {
    order: 1;
}
/* Tees */
.category-filter-item:nth-child(7) {
    order: 2;
}
/* Sale */
.category-filter-item:nth-child(5) {
    order: 3;
}
/* All */
.category-filter-item:nth-child(1) {
    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
  • 4 weeks later...
20 hours ago, LizzieFrost said:

Hi, 

The above code worked for me perfectly, but I have more than one shop page on my site. What code do I need to add to make it page specific?

This is my site.....

https://sepia-iguana-59xp.squarespace.com/

Thanks!

Lizzie

Add this to page Settings > Advanced > header

<style>
  copy above code
</style>

 

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.