From: Anthony Talarico Date: Thu, 19 Nov 2015 18:56:53 +0000 (-0500) Subject: added changes to product category listings X-Git-Tag: v1.0.0^2~91 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c7cf013c930ef793a9907d5b7482e4553cd0a85c;p=WP-Themes%2Fthemoleholeonline.git added changes to product category listings --- 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; }