Home › Forums › WoodMart support forum › Gray out add to cart when variations need to be selected › Reply To: Gray out add to cart when variations need to be selected
March 15, 2021 at 9:03 am
#273531
Elise Noromit
Member
Hello,
Please replace the custom with this one:
.single_add_to_cart_button.disabled {
background-color: #BFBFBF;
}
.single_add_to_cart_button.disabled:hover {
background-color: #A3A3A3;
}
Best Regards