From 1ea7126f6344647557846336d7390122bb1eaccb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 23 Nov 2016 14:55:12 -0500 Subject: [PATCH] Adding prices to the product list for WooCommerce The products listed in a category did not show the prices beneath them; they were set to display: none. --- scss/plugins/_woocommerce.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index c1c0d38..3ab73b6 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -132,7 +132,6 @@ h1.product_title { .product.type-product { border: none; .price { - display: none; color: white; span { color: black; @@ -564,6 +563,7 @@ h1.product_title { text-align: center; min-height: 50px; font-size: 16px; + margin-bottom: 0; } a.add_to_cart_button { display: none; -- 2.17.1