Removing the price from single product page
authorLaury GvR <laury@gaslightmedia.com>
Fri, 4 Dec 2015 18:49:32 +0000 (13:49 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 4 Dec 2015 18:49:38 +0000 (13:49 -0500)
css/app.css
scss/plugins/_woocommerce.scss

index 018c295..476e749 100644 (file)
@@ -7655,7 +7655,8 @@ h1.product_title {
   width: 50px; }
 #content .product.type-product p.price {
   font-size: 20px;
-  margin-top: 15px; }
+  margin-top: 15px;
+  display: none; }
 @media only screen and (max-width: 40em) {
   #content .product.type-product {
     margin-top: 20px; }
index 494ba79..e02af02 100644 (file)
@@ -616,6 +616,7 @@ h1.product_title {
     p.price {
         font-size: 20px;
         margin-top: 15px;
+        display: none;
     }
     @media #{$small-only} {
         margin-top: 20px;