added changes to product category listings
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 18:56:53 +0000 (13:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 18:56:53 +0000 (13:56 -0500)
style.css

index 94de8bf..c97febe 100644 (file)
--- a/style.css
+++ b/style.css
@@ -18,16 +18,19 @@ Text Domain:        galleria
     margin-top: 80px;
 }
 .theme-light.slider-wrapper{
-    margin-top: -50px;
+    margin-top: -45px;
 }
 .site-main ul.products li.product .g-product-title{
     background: rgb(99, 133, 73);
+    color: white;
 }
 .single-product div.product form.cart .button{
     background: rgb(99, 133, 73);
+    color: white;
 }
 .site-main ul.products li.product .g-product-title h3{
     background: rgb(99, 133, 73);
+    color: white;
 }
 .site-main ul.products li.product .button{
     display: none !important;
@@ -35,7 +38,21 @@ Text Domain: galleria
 .single-product div.product .woocommerce-tabs{
     display: none;
 }
+.nivo-caption{
+    background: rgb(99, 133, 73);
+}
+.widget_product_categories ul li.current-cat::before {
+    display: none;
+}
+.widget_product_categories ul li::before{
+    display: none;
+}
+.widget ul li li{
+    padding-bottom: 5px;
+}
 /* end of custom css */
+
+
 .animated{
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
@@ -677,7 +694,7 @@ p.stars a {
 
 .widget-area .widget {
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-  padding-bottom: 2.618em; }
+  padding-bottom: 1.618em; } /*2.618 */
 
 .product_list_widget li:last-child {
   border: 0; }