Home Forums WoodMart support forum Product image visibility

Product image visibility

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

    prashanthb
    Participant

    Hi how to remove those brand and qty on product (or shop page) display, only on mobile version as it looks ugly but it those brand and qty should not be removed on product page.
    Also i want to remove on both on computer version & mobile version, i need to check on which it looks good and, kindly send me if there is any code seperately

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

    Hello,

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

    body .product-grid-item .attribute-label{
    display:none;
    }

    This code would remove the attribute label in the product grid but would remain the label on the product page.

    Best Regards

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