Hello.
WooCommerce has a thumbnail for its category page.
That thumbnail is being used as a banner when a category is chosen. It looks wrong and I wish to remove it.
I contacted WooCommerce, and they say it is an Enfold problem.
How can I get rid of the odd looking banner?
Thank you
Hey JamesEisert,
Please try the following in Quick CSS under Enfold->General Styling:
.archive .page-thumb {
display: none;
}
Best regards,
Rikard
That did the job! Thanks!