Sale Percent Savings On Image

How do I remove the sale percent (example: save 12%) from the product page image. It covers a face or part of the image which is not good. Also, how to change the background color for it on product list pages?

MsKitti

sale-precent.pdf

Please use Theme editor to change discount label background color

http://prntscr.com/igouo7

To hide label on product details page please add the following code to the CSS section of the Theme editor

.ty-product-block .ty-discount-label {
    display: none;
}

Once again, thank you!

MsKitti

Hello

I try but in the version 4.9.3 is not working

Another idea?

thx

If you use Big picture template, please use

.ty-product-bigpicture .ty-discount-label {
    display: none;
}