Variant Picker Grays Out Add to Cart Button – Theme Issue?

Hey everyone, I’m running into an issue on my store and could use some help.

I have 2 variants set up per product, and whenever I select an option from either variant, the “Add to Cart” button becomes grayed out and unclickable. All variants have available inventory, so it’s not a stock issue.

I tested everything on a different theme and it works perfectly there—so it seems to be theme-related.

Here’s the link to my store: https://sijopcapital.com/

And here’s a Google Drive video showing the issue.

Has anyone encountered this before or know how to resolve it?

Would really appreciate your help! Thank you!

P.S. I am not a developer.

2 Likes

@sijopcapital oh sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product__info-container .product-form__buttons .button--primary {opacity: 1;cursor: pointer;}

Solved!

@sijopcapital sound good!