Shopify themes, liquid, logos, and UX
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
I want mine to look like this as well I'm using shrine theme. I would appreciate any help, thank you.
Solved! Go to the solution
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;
}
- 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.
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.
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.
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;
}
- 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.
Thank you it works perfect on dekstop but doesn't show up on mobile how can we fix that
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.
Thank you so much it worked!
- 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.