Hi there,
Is there a code that I can use to remove the category image from the main category page? I would like to keep it on the shop page – see links in the Private Content area.
I spoke with WooCommerce about this and they said that this is a theme issue.
Any assistance would be greatly appreciated!
Hey vantagepointmg,
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
.archive.tax-product_cat .page-thumb {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked! Thank you so much for your help!