genfoch01 Posted July 23, 2022 Posted July 23, 2022 Site URL: https://grey-lizard-4aa7.squarespace.com/artworklist squarespace 7.1 https://grey-lizard-4aa7.squarespace.com/artworklist pw: xyzzy I am creating categories so i can set up discount codes for groups of products. however they are now displayed on my store page and I have not found a way to prevent this behavior. ( test1 test2 and test3 on the url above) I really apricate your time John
Beyondspace Posted July 24, 2022 Posted July 24, 2022 20 hours ago, genfoch01 said: Site URL: https://grey-lizard-4aa7.squarespace.com/artworklist squarespace 7.1 https://grey-lizard-4aa7.squarespace.com/artworklist pw: xyzzy I am creating categories so i can set up discount codes for groups of products. however they are now displayed on my store page and I have not found a way to prevent this behavior. ( test1 test2 and test3 on the url above) I really apricate your time John Try adding to Home > Design > Custom Css .nested-category-breadcrumb-link[href*=test] { display: none; + { span { display: none; } } } Hope it helps BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted July 24, 2022 Posted July 24, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
genfoch01 Posted July 25, 2022 Author Posted July 25, 2022 thanks for the response. I dropped that code into custom css but i am still seeing the categories Here is how I placed the code and still see the categories. Is there something I left out?
tuanphan Posted July 27, 2022 Posted July 27, 2022 On 7/25/2022 at 8:51 PM, genfoch01 said: thanks for the response. I dropped that code into custom css but i am still seeing the categories Here is how I placed the code and still see the categories. Is there something I left out? Try this new code ul.nested-category-children [href*="test"], ul.nested-category-children [href*="test"] + span { display: none; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment