Home / Forums / WoodMart support forum / Hide Featured Image from Shop Page
Home › Forums › WoodMart support forum › Hide Featured Image from Shop Page
Hide Featured Image from Shop Page
- This topic has 4 replies, 2 voices, and was last updated 3 years, 8 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 27, 2022 at 2:25 pm #416918
jagannath.nm@gmail.comParticipantKindly guide to hide the featured images from Shop Page (Product Archives Page)? Also help me in removing the image placeholding space.
October 27, 2022 at 4:25 pm #416971Hello,
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
October 27, 2022 at 4:26 pm #416973
jagannath.nm@gmail.comParticipantAlso, let me know how to hide “Short Description” from Shop Page (Product Archives Page)?
October 27, 2022 at 4:34 pm #416974
jagannath.nm@gmail.comParticipantURL: 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.
Attachments:
You must be logged in to view attached files.October 28, 2022 at 12:55 pm #417114Hello,
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
-
AuthorPosts
Tagged: Hide Featured Images
- You must be logged in to create new topics. Login / Register