I have added these tags but does not work, can you elaborate on how you did this?
This is brilliant as I was looking for exactly this so thank you!
Is there a way of using this same code on the product pages as well?
Cheers
It worked! Thank you so much.
However in my case, I had to add an underscore before tag_new, which was _tag_new
I used this
<span class="badge-new custom-badge-new-label">NEW</span>
.custom-badge-new-label { background-color: #f74945; padding: 10px; color: white; border-radius: 5px; font-weight: 700; font-size: 15px; }
I added the CSS above to the theme.scss.liquid file in Debut Theme
It worked. Thanks.