How can I disable the select option button under product's image in mobile view?
-

abParticipant
hi,
How can I disable the select option button under product’s image in mobile view? Please refer to image for further clarification. Is there any option from the theme to disable it?. If not can u provide me the CSS for it.
THanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .btn-add-swap .product_type_variable{
display:none;
}
Best Regards