From 4f4bd9c465d5769b8604f8594a7068978d75715a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 19 Nov 2015 14:55:24 -0500 Subject: [PATCH] added bold to parent product category listings --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 */ -- 2.17.1