Hello, good afternoon, I am customizing the badges of my products, placing personalized images, I want to modify the featured badges, but I don’t know how to call the command. I am using this code for the badges of products on sale, and it works for me but now I want to do it with the featured products.
.single-product .product .onsale{
background-image: url(“https://woocommerce.divicon.net/wp-content/uploads/2020/09/oferta.png”) !important;
font-size: 0;
background-color: transparent !important;
background-size: contain !important;
background-repeat: no-repeat !important;
padding: 40px !important;
}