From 0f8b30b56c7225d6a337e0d3b449b8952c9a7311 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 14 Dec 2015 08:41:52 -0500 Subject: [PATCH] added bold to area widget links --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 215d8eb..8862547 100644 --- a/style.css +++ b/style.css @@ -104,15 +104,17 @@ Text Domain: galleria .cat-item.cat-parent > a{ font-weight: 700 !important; } +/* div#secondary #woocommerce_product_categories-2 ul.product_categories li.cat-item > a{ font-weight: 700 !important; } +*/ .site-content{ margin-top: -65px; } -.page-template-template-homepage-php .site-main .columns-4 ul.products li.product{ - +.widget-area .widget > ul >li > a{ + font-weight: 700; } .g-product-title.animated.fadeIn{ opacity: 0.7 !important; -- 2.17.1