Home › Forums › WoodMart support forum › 2 Simple Questions: Custom Location for Variables & Limit Breadcum › Reply To: 2 Simple Questions: Custom Location for Variables & Limit Breadcum
January 9, 2024 at 3:03 pm
#528269
Aizaz Imtiaz Awan
Keymaster
Hello,
When you disable the add to cart function it will remove the product variation as well. I think you have removed the add to cart widget in the layout for mobile devices that is why the product variation is not showing in mobile.
Please use the custom css to hide the add to cart button in mobile device. Add the following Custom CSS code to Theme Settings > Custom CSS > CSS for mobile
.single_add_to_cart_button {
display: none;
}
Best Regards.