Box Shadow and Border on Hover over Woocommerce product Images

This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Deepak Sahu

  • Avatar: Deepak Sahu
    Deepak Sahu
    Participant
    July 26, 2020 at 15:48

    Hello,

    I wish to add a box-shadow and border on hover to product images on the product page, category page, and all other shop pages.

    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 27, 2020 at 09:29

    Hello,

    Go to Theme Options > Custom CSS and add the below code

    .content-product {
        padding: 5px 5px;
    }
    .content-product:hover {
        box-shadow: 1px 1px 18px #efecec;
    }

    Regards

    Avatar: Deepak Sahu
    Deepak Sahu
    Participant
    July 27, 2020 at 09:40

    Thanks Olga.

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

The issue related to '‘Box Shadow and Border on Hover over Woocommerce product Images’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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