Tagged: woocommerce
I would like to remove the WooCommerce shop banner but keep the individual banners for category pages. I am able to not insert an image but there is still whitespace above the category banner and it looks a bit funny. Is there any way that I can remove this whitespace??
Thank you!
Hey isaaccolavecchio,
Thank you for using Enfold.
Please use the following css code to remove the product description container.
#av_product_description {
display: none;
}
Best regards,
Ismael
Thanks!