Removing box shadow

Hi there,

I’ve been trying to remove the boxes around the product images on this shop page
https://www.philipclay.com/shop/
but I can’t seem to identify the correct class to remove the boxed borders around the items

can anyone help me?

Thanks

Chris

Hello Chris,

Thanks for posting in!

To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.woocommerce li.product {
    border: none;
    box-shadow: none;
}

Please let us know if this works out for you.

That works, thank you

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.