Hide Featured Image from Shop Page
- This topic has 4 replies, 2 voices, and was last updated 2 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
Home / Forums / WoodMart support forum / Hide Featured Image from Shop Page
Home › Forums › WoodMart support forum › Hide Featured Image from Shop Page
Kindly guide to hide the featured images from Shop Page (Product Archives Page)? Also help me in removing the image placeholding space.
Hello,
Sorry to say but we can’t exactly seem to understand your concern. Can you please elaborate more with Screenshots which Featured Images are you referring to hide on the Shop page? And which Placeholder Images are you trying to remove?
Best Regards
Also, let me know how to hide “Short Description” from Shop Page (Product Archives Page)?
URL: https://informaticsdigitallibrary.com/publications
It is “Shop” page or Product Archive Page.
I would like to hide Featured Image, Short Description. And remove the Featured Image Place Holding Space.
Screenshots are enclosed.
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
To hide the Featured & Placeholder Images from the Shop page:
.archive .product-wrapper .product-element-top.wd-quick-shop {
display: none !important;
}
To hide the Short Description from the Shop page:
.archive .woocommerce-product-details__short-description {
display: none !important;
}
Best Regards
Tagged: Hide Featured Images
No account yet?
Create an Account