Home Forums WoodMart support forum How can I disable the select option button under product's image in mobile view?

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #121505

    ab
    Participant

    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.
    #121548

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .btn-add-swap .product_type_variable{
    display:none;
    }

    Best Regards

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