Jump to content

Reorder Categories

Recommended Posts

  • Replies 14
  • Views 2.7k
  • Created
  • Last Reply
On 11/14/2019 at 5:08 AM, AFG3 said:

Hi!

I am trying to reorder my categories with CSS and I can't seem to get it quite right. I would like the categories to be (1) Top Hits, (2) Flavor of the Week, (3) Seasonal Specials, and (4) Frozen Dough. The website is available here: https://www.rebeldaughtercookies.com/cookies 

Any and all help is appreciated!

On Desktop or Mobile?

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
59 minutes ago, AFG3 said:

Both would be great!

Add to Home > Design > Custom CSS

/* Change order */
/* Flavor of the week */
li.ProductList-filter-list-item:nth-child(2) {
    order: 3;
}
/* Frozen */
li.ProductList-filter-list-item:nth-child(3) {
    order: 5;
}
/* Seasonal */
li.ProductList-filter-list-item:nth-child(4) {
    order: 4;
}
/* Top hit */
li.ProductList-filter-list-item:last-child {
    order: 2;
}
/* flex on desktop */
@media screen and (min-width:641px) {
ul.ProductList-filter-list {
    display: flex;
    justify-content: center;
}
}
/* Flex on mobile */
@media screen and (max-width:640px) {
.ProductList-filter-dropdownToggle-checkbox:checked~.ProductList-filter-list {
    display: flex;
    flex-direction: column;
}
}

15 minutes

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 months later...
On 3/22/2020 at 9:23 PM, schoey said:

Trying to reorder my categories in my store...

www.heroesandco.com.au

password: squarespace123

I need Fizz, White, Rose, Red.

 

Any help would be greatly appreciated

Can you check your site?

You're Almost There...

Your custom domain mapping may take as little as 15-30 minutes to resolve, but in some cases mapping a new custom domain can take up to 24 hours. If you need additional information about domain mapping, please visit our help center.

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
  • 3 months later...
  • 1 month later...
12 hours ago, VictoriaNguyen said:

Hi @tuanphan, can you help me change the categories here? I need: "ALL, MEDIUM, SMALL, EXTRA SMALL"

 

Then on the main page, I need the order as: "All, OCP, Black, Designer, Game, Flowers "

 

Thanks a million in advance!!

Can I remove dividers between categories?

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
  • 1 month later...

Hello @tuanphan Hoping you could provide me with the code to do a simple reorganization of my product categories for my site

I was able to find the code to hide the "All" category but can't seem to find the code for a reorganize.  I would like  "Fall Collection" as the first Category (as it is).  "Vintage" as the 2nd Category and "Sale" as the 3rd Category.  I would also love to be able to have my shoppe landing page be able to change to a specific category if possible instead of always landing on the default of all the products.  Not sure if this is possible as well. 

I am reading above that the person was able to simply reorganize their categories through a new Squarespace feature, but I am assuming that is not available to me through my template as I do not see it.  

Thank you in advance. 

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.