Home Forums Basel support forum Remove "Sale" icon

Remove "Sale" icon

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

    Can I remove the round “sale” icon that appears over every product image? I want to keep the “out of stock” icon. I attached a screenshot for reference.

    Thanks for your help!

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-grid-item .onsale,
    .single-product-page .onsale {
    	display: none;
    }

    Regards

Tagged: 

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