hi it’s possbile hide category in woocommerce single product page, in widget ‘buy product button’?
in this case, the writing:
COD: N/A Categoria: Linea Agroalimentare e Sicurezza
Hey fabioque,
Thank you for the inquiry.
You can add this css code to hide the category list in the single product page.
.single-product .posted_in {
display: none;
}
Best regards,
Ismael
well done!