Home Forums WoodMart support forum product grid

product grid

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377032

    pullman
    Participant

    Hello,

    I need to hide Sale label and Review on AJAX product tabs image on Mobile.

    How to hide these on Mobile??

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

    Luke Nielsen
    Keymaster

    Hello,

    I have prepared the code for hiding the star rating and sale label on the product tabs, paste it to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.

    .wd-products-tabs .product-grid-item .onsale,
    .wd-products-tabs .product-grid-item .wd-star-rating {
        display: none;
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

    #377139

    pullman
    Participant

    Hello,

    Thank you for the code!

    That works:)
    I appreciate your support.

    Best

    #377162

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    If you have any questions or wish to learn more about our theme, do reach out to our customer service team at any time.

    Kind Regards

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

The topic ‘product grid’ is closed to new replies.