Skip to main content

If you’d like to remove the shadows under the product images within Neighborhood, you can do so by adding the following custom css to the box within theme options:

.bag-product figure, .woocommerce ul.products li.product figure, #product-img-slider, #product-img-nav li, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

– Ed

Leave a Reply