A new product is marked as new based on its publish date, you can change this like a normal post.
A new product will have the “New” badge for 7 days. You control it via modifying the file content-product.php
via a child theme.
1) Please install and activate the supplied child theme, inside the child theme folder create a new folder/file structure: /neighborhood-child/woocommerce/content-product.php
.
2) Copy the contents of content-product.php
from the parent theme file into the new child theme file.
3) Open the child theme file /neighborhood-child/woocommerce/content-product.php
and locate this $newness = 7; // Newness in days
and change the number to a less or greater number of days.
Thanks.