From 61a5fa99a30b2ccf3e303d37b6388c5b2e6f7755 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 16 Nov 2015 14:43:50 -0500 Subject: [PATCH] removed cart button from the middle of the images --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 452d549..91edc05 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,9 @@ Text Domain: galleria .last.post-125.product.type-product.status-publish.has-post-thumbnail.product_cat-allen-design-whimical-wall-clocks.shipping-taxable.purchasable.product-type-simple.product-cat-allen-design-whimical-wall-clocks.instock{ margin-top: 80px; } +.site-main ul.products li.product .button{ + display: none !important; +} .animated{ -webkit-animation-duration: 1s; animation-duration: 1s; -- 2.17.1