How can I display the variant title below the image on Envy Theme?

Solved

How can I display the variant title below the image on Envy Theme?

ChaletEtCeci
Shopify Partner
8 0 0

Hi,

 

I would like to display the variant title below the variant image in product page.

Screenshot 2023-12-08 at 3.59.00 AM.png

Can anyone help?

 

 

 

Link

https://waycaps.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=123404255296

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9267 1860 1892

This is an accepted solution.

Hi @ChaletEtCeci 

Go to your Online store > Themes > Edit code > open theme.liquid, add this below code after <head> element 

<style>
.variants-container .swatch label:not(.color) {
    min-width: 89px;
    min-height: 70px;
}
.variants-container .swatch .varian-images-c {
    width: 55px!important;
}
.variants-container .swatch .swatch-element {
    margin: 0 12px 15px 0;
}
.variants-container .swatch .tooltip {
    opacity: 1;
    visibility: visible;
    left: 0 !important;
    bottom: -23px !important;
    width: 89px !important;
    padding: 0px !important;
    background: transparent !important;
    color: #000 !important;
    box-shadow: unset !important;
}
.variants-container .swatch .tooltip:after {
    display: none !important;
}
</style>

Screenshot_9.jpg

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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 3 (3)

Dan-From-Ryviu
Shopify Partner
9267 1860 1892

This is an accepted solution.

Hi @ChaletEtCeci 

Go to your Online store > Themes > Edit code > open theme.liquid, add this below code after <head> element 

<style>
.variants-container .swatch label:not(.color) {
    min-width: 89px;
    min-height: 70px;
}
.variants-container .swatch .varian-images-c {
    width: 55px!important;
}
.variants-container .swatch .swatch-element {
    margin: 0 12px 15px 0;
}
.variants-container .swatch .tooltip {
    opacity: 1;
    visibility: visible;
    left: 0 !important;
    bottom: -23px !important;
    width: 89px !important;
    padding: 0px !important;
    background: transparent !important;
    color: #000 !important;
    box-shadow: unset !important;
}
.variants-container .swatch .tooltip:after {
    display: none !important;
}
</style>

Screenshot_9.jpg

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ChaletEtCeci
Shopify Partner
8 0 0

That worked like a magic !!! 

Thank you so much!

Dan-From-Ryviu
Shopify Partner
9267 1860 1892
You are very welcome

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.