From: Laury GvR Date: Wed, 23 Nov 2016 19:55:12 +0000 (-0500) Subject: Adding prices to the product list for WooCommerce X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1ea7126f6344647557846336d7390122bb1eaccb;p=WP-Themes%2Foriginalbutterflyhouse.git 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. --- 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;