Home Forums WoodMart support forum Hide Featured Image from Shop Page

Hide Featured Image from Shop Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #416918

    Kindly guide to hide the featured images from Shop Page (Product Archives Page)? Also help me in removing the image placeholding space.

    #416971

    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

    #416973

    Also, let me know how to hide “Short Description” from Shop Page (Product Archives Page)?

    #416974

    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.

    Attachments:
    You must be logged in to view attached files.
    #417114

    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

Viewing 5 posts - 1 through 5 (of 5 total)