From c7cf013c930ef793a9907d5b7482e4553cd0a85c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Nov 2015 13:56:53 -0500 Subject: [PATCH] added changes to product category listings --- style.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 94de8bf..c97febe 100644 --- 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; } -- 2.17.1