TOM75008 Posted November 23, 2020 Posted November 23, 2020 Site URL: https://orlovparis.com/shop/p/orlov Hi, I would like to hide the All Category on top of my Product Page https://orlovparis.com/shop/p/orlov I tried some custom css code below but it did not work Thanks Thomas .ProductList-filter-list-item:first-child { display: none !important; }
creedon Posted November 23, 2020 Posted November 23, 2020 You don't need CSS to do this. Go to Store Settings > General > TOP CATEGORY NAME > Filter Visibility. Disable the switch. Let us know how it goes. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
TOM75008 Posted November 24, 2020 Author Posted November 24, 2020 Thanks for the help Creedon ! creedon 1
Toondayi Posted February 5, 2022 Posted February 5, 2022 I tried using that solution and it says "Unable to update category" Is there anything that will prevent me from switching the Filter visibility to off?
gdmartino Posted August 15, 2022 Posted August 15, 2022 Yeah changing this option does nothing to the categories in the product page. It's still displays
tuanphan Posted August 16, 2022 Posted August 16, 2022 On 8/15/2022 at 12:59 PM, gdmartino said: Yeah changing this option does nothing to the categories in the product page. It's still displays Can you share link to product page? 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!)
gdmartino Posted August 16, 2022 Posted August 16, 2022 1 hour ago, tuanphan said: Can you share link to product page? Thank you for the reply. I had to change things on my site as i couldn’t get it to work.
craenestudio Posted September 16, 2023 Posted September 16, 2023 On 2/5/2022 at 2:03 AM, Toondayi said: I tried using that solution and it says "Unable to update category" Is there anything that will prevent me from switching the Filter visibility to off? @tuanphan Hello, tuanphan! I am also having this issue for a Shop page's "All" category. I want to hide this category, but I receive an error message when I attempt to toggle "Filter Visibility" off and cannot save the update in the page's settings. www.craene.com Thank you for your time.
creedon Posted September 16, 2023 Posted September 16, 2023 51 minutes ago, craenestudio said: I am also having this issue for a Shop page's "All" category. This is an SS backend issue and we are unable to help with these types of issues. I have seen other issues related to the settings you are trying to change and have they have been going on for awhile. Please Contact Customer Support. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
craenestudio Posted September 16, 2023 Posted September 16, 2023 12 hours ago, creedon said: This is an SS backend issue and we are unable to help with these types of issues. I have seen other issues related to the settings you are trying to change and have they have been going on for awhile. Please Contact Customer Support. Thanks, @creedon! I appreciate the swift response. Is there perhaps any HTML I could add to Custom CSS to prevent the "All" category from displaying on the Shop page in question?
creedon Posted September 16, 2023 Posted September 16, 2023 1 hour ago, craenestudio said: Is there perhaps any HTML I could add to Custom CSS to prevent the "All" category from displaying on the Shop page in question? Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .category-item:first-child { display : none; } </style> This is for v7.1. Let us know how it goes. craenestudio 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
craenestudio Posted September 18, 2023 Posted September 18, 2023 On 9/16/2023 at 2:46 PM, creedon said: Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> .category-item:first-child { display : none; } </style> This is for v7.1. Let us know how it goes. @creedon — This worked perfectly! Thank you for your assistance. A note for any other users with this issue: After adding the code above to the Shop page's Page Header Code Injection and hitting "Save" in the page settings dialog box, I still received the error message that changes to this page could not be saved. However, after hitting "Cancel" and refreshing my browser, it was clear that the code updates had saved appropriately despite the error message. creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment