Heather Berry Color Swatch Missing

Solved

Heather Berry Color Swatch Missing

Mike213
Excursionist
19 1 10

All the other colors work but Heather Berry.  It does not display the swatch color for any product.  I am using the Label theme and swatches are enabled.    I have uploaded the mockups and they display when you click the box for where the color should be and it displays the correct mockup but the color itself is missing from the swatch. 

 

Two links below.  One is for the product page and the other is for the shop page.  its missing in both so I would assume this is a coding or settings issue. 

 

https://cowboysjukejoint.com/collections/show-t-shirts/products/hard-blues-purple-t-shirt?variant=49...

 

https://cowboysjukejoint.com/collections/show-t-shirts

 

Accepted Solution (1)

devcoders
Shopify Partner
1624 190 496

This is an accepted solution.

Hello @Mike213 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.min.css Add the provided code at the end of the file.

 

span[style*="heather-berry_50x.png"] {
    background-color: #A01641!important;
}

 

 

devcoders_0-1733506555479.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 3 (3)

devcoders
Shopify Partner
1624 190 496

This is an accepted solution.

Hello @Mike213 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.min.css Add the provided code at the end of the file.

 

span[style*="heather-berry_50x.png"] {
    background-color: #A01641!important;
}

 

 

devcoders_0-1733506555479.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Mike213
Excursionist
19 1 10

Awesome that worked.  Thank you

devcoders
Shopify Partner
1624 190 496

Hello @Mike213 

 

You're very welcome! I'm thrilled to hear that you're pleased with the outcome. Don't hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!