We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: How Can I Add Colow Swatches Name Under The Swatches?

Solved

How Can I Add Colow Swatches Name Under The Swatches?

DylanRyan
Excursionist
26 1 3

DylanRyan_0-1720218085085.png

I want mine to look like this as well I'm using shrine theme. I would appreciate any help, thank you.

Accepted Solutions (2)
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please go to Online Store > Themes > Edit code, open section-main-product.css, add this code at the bottom and save the file

.product .color-swatch {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.product .color-swatch__label {
    position: unset !important;
    transform: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    color: rgb(0 0 0) !important;
}
.product .color-swatch:hover .color-swatch__label {
    transform: scale(1.1) !important;
}
.product .color-swatch__label:before {
    display: none !important;
}

Screenshot_3.jpg

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Code update

.product .color-swatch {
display: flex !important;
flex-direction: column;
align-items: center;
}
.product .color-swatch__label {
position: unset !important;
transform: unset !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
color: rgb(0 0 0) !important;

display: block !important;
}
.product .color-swatch:hover .color-swatch__label {
transform: scale(1.1) !important;
}
.product .color-swatch__label:before {
display: none !important;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @DylanRyan 

Can you share your store URL?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Please go to Online Store > Themes > Edit code, open section-main-product.css, add this code at the bottom and save the file

.product .color-swatch {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.product .color-swatch__label {
    position: unset !important;
    transform: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    color: rgb(0 0 0) !important;
}
.product .color-swatch:hover .color-swatch__label {
    transform: scale(1.1) !important;
}
.product .color-swatch__label:before {
    display: none !important;
}

Screenshot_3.jpg

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

DylanRyan
Excursionist
26 1 3

Thank you it works perfect on dekstop but doesn't show up on mobile how can we fix that

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Code update

.product .color-swatch {
display: flex !important;
flex-direction: column;
align-items: center;
}
.product .color-swatch__label {
position: unset !important;
transform: unset !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
color: rgb(0 0 0) !important;

display: block !important;
}
.product .color-swatch:hover .color-swatch__label {
transform: scale(1.1) !important;
}
.product .color-swatch__label:before {
display: none !important;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

DylanRyan
Excursionist
26 1 3

Thank you so much it worked!

Dan-From-Ryviu
Shopify Partner
12073 2359 2539
You are very welcome

Regards,

Dan

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.