Guest Posted April 17, 2020 Share Posted April 17, 2020 Site URL: http://wilddesertcreations.com hello, i am trying to get my categories to show up on my website NOT ALPHABETIZED , i am using the template Alameda..is there coding i could use to rearrange them? Link to comment
tuanphan Posted April 18, 2020 Share Posted April 18, 2020 Your site is private. Can you setup password & share url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted April 18, 2020 Share Posted April 18, 2020 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/ Link to comment
tuanphan Posted April 18, 2020 Share Posted April 18, 2020 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted April 18, 2020 Share Posted April 18, 2020 thank you so much for your help! Link to comment
Guest Posted April 18, 2020 Share Posted April 18, 2020 is there any way to make it show the pre-order when they click shop? it automatically goes to ALL Link to comment
tuanphan Posted April 20, 2020 Share Posted April 20, 2020 On 4/19/2020 at 1:07 AM, Pitacast14 said: is there any way to make it show the pre-order when they click shop? it automatically goes to ALL I have no idea to solve this.. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted April 21, 2020 Share Posted April 21, 2020 no worries, thanks again for your help! Link to comment
LizzieFrost Posted May 13, 2020 Share Posted May 13, 2020 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 Link to comment
tuanphan Posted May 14, 2020 Share Posted May 14, 2020 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LizzieFrost Posted May 18, 2020 Share Posted May 18, 2020 Thank you! It seems so obvious now you say it!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.