How to make out of stock variants clickable?

Could anyone offer any help on how to make the unclickable out of stock variants on my website clickable? I am not very good with understanding the coding side of things but any help would be greatly appreciated. Here is a link to one of the products with an out of stock variant:

Thanks in advance.

I can give you css tricks that wlll change the ui that will make it look like available ones but to actually make it clickable we have to remove the disables class from the element which is being put conditionally with code. You are also on a custom paid theme i believe so giving you the exact file name would be tough. But in your theme code editor look for files with name including product that is responsible to add the options in the product template.

Best

You have

Website Design by Smart Domain Group

in your footer – why don’t you reach out to them?

Looks like this is how the theme is designed – simply removing the disabled class would not work properly – it would be necessary to disable cart button when sold-out variant is selected, so some JS code modification is necessary.