Home Forums WoodMart support forum I want to remove the Sale label from the Thumbnail of the website

I want to remove the Sale label from the Thumbnail of the website

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

    reuvey.com
    Participant

    Hi Team,

    I want to remove the sale label entirely on the product thumbnail. I have already turned it off for percentage but still SALE is written on product images. I don’t want that.

    Also I want my product images size on mobile view to be exactly similar to this website (https://www.bonkerscorner.com), Kindly please help me in changing the size of the product images on phone view

    #492794

    Hello,

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

    .product-label.onsale {
    	display: none !important;
    }

    02. You can also read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards.

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