Disable badge onsale percentage
-
Hello, I’m Danny. I would like to disable this badge. I already turn off the product label in the theme option. But when I refresh this badge still displays & can’t remove it. Could you help me to solve this issue?
Attachments:
You must be
logged in to view attached files.
span.badge.onsale.perc{
opacity:0;
}
I use this CSS & it works.
Hello,
I suggest you try the below one code:
.product-grid-item .badge.onsale.perc {
display: none;
}
At the end, choose one that you like more.
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
You are welcome!
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Disable badge onsale percentage’ is closed to new replies.