To remove Sale tag

The sale tag in the images for the sale products, can I remove the tag of sale on the images?

Link- women Archives - Cefalu

Hey there

But I already posted a solution here?

Not for % tag only the sale tag in image

Link - https://www.cefalu.in/product/bell-sleeves-straight-denim-kurti-for-women-and-girls/

Please provide me code as soon as possible fast so I can update my site

Ok, in this case you may use this code:

.woocommerce ul.products li.product .onsale {
display: none;
}

1 Like