From: Anthony Talarico Date: Thu, 19 Nov 2015 19:55:24 +0000 (-0500) Subject: added bold to parent product category listings X-Git-Tag: v1.0.0^2~84 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4f4bd9c465d5769b8604f8594a7068978d75715a;p=WP-Themes%2Fthemoleholeonline.git added bold to parent product category listings --- diff --git a/style.css b/style.css index 69f186f..aaa4f3a 100644 --- 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 */