Tagged: woo commerce, woocommerce
how do I remove “description” field in all product pages?
Hey Nathan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top div div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description h2 {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria