How to avoid new products automatically getting that green "NEW" tag

I’m adding pre owned items and people are getting confused because of that green new tag. Is there any way to avoid it’s appearance each time I upload and create a new product to the store.

Best,

Hi @Watchcult

Please give me your store URL and password, if any.
I’ll check further and provide you with a solution.

www.watchcult.com
no password.

Thanks! let me know please

Hi @Watchcult

Thanks for sharing. Please follow these steps to remove tag new on your product:

  1. Go to your Online store > Themes > Edit code > Assets > Open file theme.css
  2. Add the following code to the bottom of the file
.nt_labels {
  display:none;
}

I hope this helps!