Jump to content

honuboba

Member
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    honuboba reacted to RyanDejaegher in How to reorder the category list from my shop page   
    @honuboba
    Add this to your custom CSS

    Result:

     
    .category-filter-list > *:nth-child(1) { order: 1; } .category-filter-list > *:nth-child(2) { order: 1; } .category-filter-list > *:nth-child(3) { order: 4; } .category-filter-list > *:nth-child(4) { order: 3; } .category-filter-list > *:nth-child(5) { order: 3; } .category-filter-list > *:nth-child(6) { order: 3; } .category-filter-list > *:nth-child(7) { order: 2; }  
  2. Thanks
    honuboba reacted to tuanphan in How to reorder the category list from my shop page   
    Add to Home > Design > Custom CSS
    /* All */ .category-filter-item:nth-child(1) { order: 1; } /* Tumblers */ .category-filter-item:nth-child(7) { order: 3; } /* Straws */ .category-filter-item:nth-child(5) { order: 5; } /* Clearance */ .category-filter-item:nth-child(3) { order: 7; } span.category-filter-delimiter.has-category { display: none; }  
    Have you solved it yet?
×
×
  • 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.