Home Forums WoodMart support forum Hide Featured image on single product page.

Hide Featured image on single product page.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #276379

    fahad
    Participant

    hey, is there any way I could hide the featured image on the single product page??

    #276433

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-product-gallery .owl-carousel .product-image-wrap {
      display: none;
    }

    Best Regards

    #276497

    fahad
    Participant

    Nope, It doesn’t work

    #276525

    Hello,

    Please replace the previous CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .product-images-inner {
        display: none;
    }

    Regards.
    Xtemos Studios

    #276529

    fahad
    Participant

    Nope. You get the idea right?? i want to add low size image to show on the shop or home page, but high quality image on product page

    #276548

    Hello,

    Please provide the URL of the blog to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #276601

    fahad
    Participant

    My website link

    #276768

    Hello,

    To remove the image from products. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-images-inner {
        display: none;
    }

    Basically, the product images are controlled by WooCommerce and our theme doesn’t influence this. WooCommerce Allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Regards.
    Xtemos Studios.

    #276942

    fahad
    Participant

    😂😂 This one completely hides the images

    #277104

    Hello,

    You asked about removing the image from the single product that’s why I provided you with CSS to remove it.

    If you want to ask anything else then please elaborate with the help of some relevant screenshot to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

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