Jump to content

I want hide something in my shop

Recommended Posts

48 minutes ago, Haiko__ said:

Site URL: https://www.capilla-wine.com/souleil

Hi ! I want hide the category "Souleil" on left side of my shop but I want let the category if you know what I mean ^^'.
Thanks for answer.636306373_Capturedcranle2021-12-3116_28_48.thumb.png.13e72e30e1189ae7913801afef5b4a07.png
 

Try adding to Home > Design > Custom Css

.ProductList-filter-list a[href*="Souleil"] {
  display: none;
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 12/31/2021 at 5:19 PM, bangank36 said:

Try adding to Home > Design > Custom Css

.ProductList-filter-list a[href*="Souleil"] {
  display: none;
}

Let me know how it works on your site

Support me by pressing 👍 if this useful for you

Hi @bangank36 Thanks for your answer that work ! But now how I hide the category "Tous" I try this but doesn't work : 
.ProductList-filter-list a[href*="Tous"] {
  display: none;
}

Link to comment
48 minutes ago, Haiko__ said:

Hi @bangank36 Thanks for your answer that work ! But now how I hide the category "Tous" I try this but doesn't work : 
.ProductList-filter-list a[href*="Tous"] {
  display: none;
}

Your href is not Tous so it can not run as you wish

image.thumb.png.7ae2d00aa03e8f264897e4768fc6ae00.png

Try the following one for instead

.ProductList-filter-list-item-link {
  display: none;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.