Adding custom badge to product card and page.

I’m looking for help adding a custom label/badge to the Be Yours theme. They offer an option in a meta description setup but I would rather use a simple code for automation of product tags vs having to select the option in inventory entry.

I have one already in place “pre-owned” though I can’t remember how I did this. So I would like to start over the right way. I would like the ame blue badge as I have now with another variant of text - sale, local (for local artisans), new. etc

Theme - Be Yours from Roar themes.

website www.inplacejh.com/shop

You can add “pre-owned” tag for products and then add code to card-product.liquid to check and display the badge

Here is an example of code

{% if card_product.tags contains 'pre-owned' %}
    Pre-Owned
  {% endif %}