How can I add a 'new' banner to products on the collection page?

@shopmarci

You can put the below css code in your css file and update it

.badge.new-product{
   display:inline-block;
   width:80px;
   height:42px;
   background-color:#d00;
}

Thanks

1 Like