Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    you can do it by editing your theme style.css file, go to your-theme/style.css
    copy and past the following code:
    div.images span.onsale{
    display:none;
    }

    Or:
    span.onsale{
    display:none !important;
    }

    The theme style.css file could be located also in other folder your-theme/assets/css/style.css or yuor-theme/css/style.css
    it could have also diferent name “frontend.css” or “styles.css” depending on your theme.

    Thread Starter mightybutton

    (@mightybutton)

    Thanks for your help on this!

    We are glad to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Remove the "Sale" Tag on All Product Images’ is closed to new replies.