Home Forums WoodMart support forum Hide attributes of products on mobile

Hide attributes of products on mobile

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

    Fitnesstyle
    Participant

    On desktop the attribute images are displaying well, and looks nice.
    But on mobile, the attribute images overlap the product image…

    Is it possible to hide the attribute images of the products in the shop on mobile?

    Attachments:
    You must be logged in to view attached files.
    #238383

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body .product-labels {
    display:none;
    }

    Best Regards

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