Viewing 1 replies (of 1 total)
  • Hello,

    To remove the sell badges, try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce ul.products li.product .onsale {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Disable display sale badge’ is closed to new replies.