From 7148008b049bf559b84fd60acc31a6342a2704d9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 16:07:02 -0500 Subject: [PATCH] changing bold for category items --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 348135e..215d8eb 100644 --- a/style.css +++ b/style.css @@ -102,10 +102,10 @@ Text Domain: galleria display: none; } .cat-item.cat-parent > a{ - font-weight: 700; + font-weight: 700 !important; } div#secondary #woocommerce_product_categories-2 ul.product_categories li.cat-item > a{ - font-weight: 700; + font-weight: 700 !important; } .site-content{ -- 2.17.1