Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
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;}
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.
This is an accepted solution.
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;}
Hii, @Nataliia
Paste this code on top of the theme.scss file.
.grid-product__tag.grid-product__tag--sale {
display: none !important;
}
Thank You.
User | RANK |
---|---|
129 | |
90 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022