added bold to parent product category listings
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 19:55:24 +0000 (14:55 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 19:55:24 +0000 (14:55 -0500)
style.css

index 69f186f..aaa4f3a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -47,11 +47,14 @@ Text Domain:        galleria
 .widget_product_categories ul li::before{
     display: none;
 }
-.cat-item.cat-item-29.cat-parent > a{
-    font-style: bold;
+.cat-item.cat-parent > a{
+    font-weight: 700;
 }
 .site-content{
     margin-top: -65px;
+}
+:not(.cat-item.cat-parent .children){
+    
 }
 /* end of custom css */