How do I remove or edit product labels?

Hi, I have labels on some products im my shop. I need to remove these labels, but I don’t know how. Could anyone help me with this? See the picture attached. Thanks!

1 Like

@Nataliia_2

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, thanks for your answer.

Here is the url:

https://zipforce.se/collections/all

1 Like

@Nataliia_2

thanks for url, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-product__tag {display: none;}
1 Like

Hii, @Nataliia_2
Paste this code on top of the theme.scss file.

.grid-product__tag.grid-product__tag--sale {
    display: none !important;
}

Thank You.

1 Like