Hello. On the theme AMEDEO, how to remove the yellow present around the number of products available in each category.

Hello. On the theme AMEDEO, how to remove the yellow present around the number of products available in each category. Thank you for your response.
http://mariefrance-rodriguez.com/index.php/boutique/

you can add the following css into your theme css:

.woocommerce-loop-category__title mark {
   background-color: transparent;
}

Hope this will help.

Thanks

Thanks a lot !!!