Home Forums Basel support forum Disable "Add to cart" – again…

Disable "Add to cart" – again…

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11953

    MieT
    Participant

    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

    #11961

    Artem Temos
    Keymaster

    Hello,

    Try to add this code snippet to the Custom CSS for mobile devices only

    .btn-add {
    	display:none!important;
    }

    Regards

    #12001

    MieT
    Participant

    Thank You!

    MieT

    #12004

    Artem Temos
    Keymaster

    You are welcome!

    #12313

    MieT
    Participant

    I’m still here… 🙂

    It does not work on tablet mode… Still see “Add to cart” and “Select options” buttons…

    MieT

    #12319

    Artem Temos
    Keymaster

    If you want to hide them for tablets also, then simply put the code for tablets in Custom CSS 🙂

Viewing 6 posts - 1 through 6 (of 6 total)