Good afternoon,
I was able to successfully add drop shadows to the product images in our WooCommerce storefront using the following code:
.woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured, .woocommerce div.product .images .x-img-thumbnail, .woocommerce-page div.product .images .x-img-thumbnail, .woocommerce div.product .images .x-img-thumbnail:hover { border: none; margin: 0 9px 2.992em 0; box-shadow: 5px 5px 10px #d4cecb !important; border-radius: 5px; padding: 10px; }
However the client now wants the Product Categories to display in the storefront by default instead of the products, so now I need to have the above code affect the categories as well. The result should be that only the image of the category has the dropshadow and not the category name as well.