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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
thanks for url, can you please try this code
- Go to Online Store->Theme->Edit code
- 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
