Craft Theme Product Variant Disappearing and Repeat Images for Product

I just switched to Craft theme and when I try to set up the variants for my products, the box disappears and doesn’t show to visitors. I have added the variant to the default product page and still nothing.

Also, my images are repeated for the products.

I just recently added some code, but not much.

My site is thepalmcreations.com

Thanks,

Lauren Metang

Palm Creations

Hi @palmcreations ,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

variant-radios { display: block !important; }

Hi Zaczee,

I tried that, but it doesn’t work. Also, I don’t have any .css files. I only have .liquid or .json files.