hi, i would like to know why in the gift card page, the variant selector doesn’t appear despite i put it.
thanks for the support
have a good day
website URL: https://drip-graffiti.com/
hi, i would like to know why in the gift card page, the variant selector doesn’t appear despite i put it.
thanks for the support
have a good day
website URL: https://drip-graffiti.com/
Hello Stra10,
In your giftcard product, variants are showing up but they are set to display: none some how in the code. I have adjusted that as you can see in the screenshot below:
Please add the following code:
variant-radios#variant-radios-template--19632012001623__main {
display: block !important;
}
In your theme.css file at the end of the file, to make it work.