Sale price strikethrough for woocommerce related products is too strong. Changed...
authorLaury GvR <laury@gaslightmedia.com>
Fri, 5 May 2017 13:45:25 +0000 (09:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 5 May 2017 13:45:25 +0000 (09:45 -0400)
css/app.css
scss/plugins/_woocommerce.scss

index f2f6e84..ee45375 100644 (file)
@@ -7082,7 +7082,7 @@ h1.product_title {
 .products .product.type-product {
   border: none; }
   .products .product.type-product .price {
-    color: red; }
+    color: black; }
     .products .product.type-product .price span {
       color: #494139; }
     .products .product.type-product .price span:nth-child(2) {
index f7aba10..3a3c5fd 100644 (file)
@@ -202,7 +202,7 @@ h1.product_title {
     .product.type-product {
         border: none;
         .price {
-            color: red;
+            color: black;
             span {
                 color: $dark-brown;
             }