Hide Product Image - by Suraj - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall

  • Avatar: Krishgen Biosystems
    Suraj
    Participant
    January 15, 2016 at 09:26

    Hello I want to hide image from product page, shop page. Kindly help me with this.

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 15, 2016 at 09:55

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .product-images{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Krishgen Biosystems
    Suraj
    Participant
    January 15, 2016 at 10:55

    Thank You for you immediate help, but after doing this my quick view is changed a bit. Please help

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 15, 2016 at 11:10

    Please replace code above to this and check issue.

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

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.