How to remove color swatches effortless 3.2.0

Solved

How to remove color swatches effortless 3.2.0

Onlinetrap
Shopify Partner
81 0 10

Hi! 😁 

I am looking to remove all color swatches from the store, could anyone please help?

Screenshot 2023-06-28 at 22.11.56.png


https://golfofeurope.myshopify.com/
 
Password: rtoble

Accepted Solution (1)

MaxDesign
Shopify Partner
215 15 92

This is an accepted solution.

You should first make sure that there isn't an option for this. 8 times out of 10 you can disable swatch color specifically on product cards (in the theme editor settings).

Otherwise, you can add this piece of css in your base.css file:

 

.card-details .grid-options {
  display: none;
}

 

This will not remove the swatches, only hide them. So you can always change your mind later.

Reach out to me at admin@maxdesign.expert

View solution in original post

Replies 3 (3)

MaxDesign
Shopify Partner
215 15 92

This is an accepted solution.

You should first make sure that there isn't an option for this. 8 times out of 10 you can disable swatch color specifically on product cards (in the theme editor settings).

Otherwise, you can add this piece of css in your base.css file:

 

.card-details .grid-options {
  display: none;
}

 

This will not remove the swatches, only hide them. So you can always change your mind later.

Reach out to me at admin@maxdesign.expert
Onlinetrap
Shopify Partner
81 0 10

Thank you very much, it worked! 

delan
Visitor
1 0 0

hey max ich habe das gleiche problem könntest du mir da bitte helfen bin jetzt nicht so begabt in dem thema das wegen habe ich das nicht ganz verstanden