Adding prices to the product list for WooCommerce
authorLaury GvR <laury@gaslightmedia.com>
Wed, 23 Nov 2016 19:55:12 +0000 (14:55 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 23 Nov 2016 19:56:20 +0000 (14:56 -0500)
The products listed in a category did not show the prices beneath
them; they were set to display: none.

scss/plugins/_woocommerce.scss

index c1c0d38..3ab73b6 100644 (file)
@@ -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;