hi,
I wish to use the Woocommerce product category image as the “list view thumbnail”, but NOT showing it when click into the category as a banner.
please help~ thank you
Hey decode!
Can you post the link to your website and a screenshot showing the changes you would like to make so we can provide you accurate custom CSS code?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .page-thumb {
display: none;
}
Best regards,
Yigit
perfect!! thanks a lot