I am using Dawn theme ver. 15.3.0 for art store.
Problem am facing 
I want to add “NEW” as a label on top left corner, on top of the product image which activates when “new” tag is selected in product. I tried using the AI feature of shoipfy where it edits the code for you. The results are impressive & when prompted for further instructions I told AI to apply the new changes to existing products with new tag in them. I do not see the results.
Can anyone help me solving a simple problem of adding “NEW” label when I add a new product?
I want the label to show on top of image both at the collection page & at the product page.
Any help would be appreciated 
Hey! @SoulCurryArt ,
Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
Hello @SoulCurryArt ,
Go to Snippets → card-product.liquid
search for this code
Once found then just before to it add this code
{% if card_product.tags contains 'new' %}
New
{% endif %}
Save the files and then go to assets → base.css
Scroll to bottom and add this code
.newbadge {
display: block !important;
top: 0;
position: absolute;
}
Save the files and you will find the bade in collection grid.
Let me know if you need any other customisation. You can drop me an email for services.
Regards
Guleria
1 Like
thanks it works, I appreciate your help
1 Like
I took it step further but am not happy with my result. I wanted to use the same design style what is already there for “Sold Out” badge.
so I modified the line this was
the outcome is strange
I was looking for an output like this
any tips where I am going wrong
Try this
{% if card_product.tags contains 'new' %}
New
{% endif %}
nope this does not work. With this the black base is gone & the text just comes as plain text without base (snap attached)
and this way its not readable on some images
any suggestions where to trouble shoot.
BTW I really appreciate you helping me out 
Please share the URL.
or you can drop me an email for services. And I’ll quick fix it.