Font too large for product titles after woo updates
authorLaury GvR <laury@gaslightmedia.com>
Tue, 23 May 2017 18:23:30 +0000 (14:23 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 23 May 2017 18:23:30 +0000 (14:23 -0400)
style.css

index 051c021..94c85b5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -22,8 +22,7 @@ Version: 1.0.6
     background: rgb(99, 133, 73);
     color: white;
 }
-.site-main ul.products li.product .g-product-title .woocommerce-loop-product__title,
-.site-main ul.products li.product .g-product-title .woocommerce-loop-category__title{
+.site-main ul.products li.product .g-product-title h2{
     background: rgb(99, 133, 73);
     color: white;
 }
@@ -118,8 +117,8 @@ div#secondary #woocommerce_product_categories-2 ul.product_categories li.cat-ite
     .site-main ul.products li.product {
         width: 20%;
         height: 330px !important;
-        margin-bottom: 0; }
-    .
+        margin-bottom: 0;
+    }
 }
 @media (min-width: 1200px) and (max-width: 1800px){
        .site-main ul.products li.product {
@@ -1094,8 +1093,7 @@ p.stars a {
         right: 1em;
         /*padding: 1.387em 1.618em; */
         opacity: 0; }
-        .site-main ul.products li.product .g-product-title .woocommerce-loop-product__title {
-        .site-main ul.products li.product .g-product-title .woocommerce-loop-category__title {
+        .site-main ul.products li.product .g-product-title h2 {
           margin: 0;
           font-weight: 400;
           font-size: 1em;
@@ -1144,8 +1142,7 @@ p.stars a {
       /*background: transparent;*/
         background: #638549;
       padding: 1em 1.387em; }
-      .site-main ul.products li.product-category .g-product-title .woocommerce-loop-product__title,
-      .site-main ul.products li.product-category .g-product-title .woocommerce-loop-category__title {
+      .site-main ul.products li.product-category .g-product-title h2 {
         font-family: "Libre Baskerville", "Georgia", serif;
         font-style: normal;
         font-size: 14px;
@@ -1158,8 +1155,7 @@ p.stars a {
         transition: all, ease, 0.2s; }
     .site-main ul.products li.product-category img {
       opacity: 1; }
-    .site-main ul.products li.product-category:hover .g-product-title .woocommerce-loop-product__title,
-    .site-main ul.products li.product-category:hover .g-product-title .woocommerce-loop-category__title {
+    .site-main ul.products li.product-category:hover .g-product-title h2 {
       opacity: 1; }
     .site-main ul.products li.product-category:hover img {
       opacity: .15;
@@ -1475,3 +1471,7 @@ p.stars a {
   .col-full {
     padding-left: 4.236em;
     padding-right: 4.236em; } }
+ul.products li.product h2.woocommerce-loop-category__title,
+ul.products li.product h2.woocommerce-loop-product__title {
+    font-size: 1.1em;
+}
\ No newline at end of file