Disable "Add to cart" – again…
-
Hi Artem,
In my previous topic I wrote that your solution works fine, but I didn’t tested it on mobile…
And, on mobile still I have “Add to cart” and “Select options” buttons.
Could you help me to disable it also on mobile (and tablet – just everywhere)?
Thank You
MieT
Hello,
Try to add this code snippet to the Custom CSS for mobile devices only
.btn-add {
display:none!important;
}
Regards
I’m still here… 🙂
It does not work on tablet mode… Still see “Add to cart” and “Select options” buttons…
MieT
If you want to hide them for tablets also, then simply put the code for tablets in Custom CSS 🙂