Tagged: woocommerce
Hi!
I try to style my single product page in woocommerce using the WP Views tools based on your page.php.
Basically it works fine, but the only problem is, that I don’t need the image on top of the page which is somehow generated through your page.php loop.
How can I deactivate this?
Regards, Stefan
Hey Klaus!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-thumb {
display: none !important ;
}
Cheers!
Yigit