From b538d30f0ebecb3e654ac66d6b8f858963a8e7e9 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Mon, 23 Nov 2020 12:51:47 +0100 Subject: [PATCH] Adjust CSS for the categories list in the shop page - Reduce font size - Remove underlines - Remove yellow background in counters --- assets/css/twenty-twenty-one.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index 15eebc4c7f2..e5cec03728b 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -2124,12 +2124,17 @@ a.reset_variations { a { text-align: center; + text-decoration: none; h2.woocommerce-loop-category__title { font-family: $headings; - font-size: 3rem; + font-size: 1.5rem; } } + + mark { + background-color: initial; + } } } } @@ -2141,11 +2146,11 @@ a.reset_variations { .woocommerce-ordering { float: left; clear: both; - margin-top: 0px; + margin-top: 0; } .woocommerce-result-count { - margin-top: 0px; + margin-top: 0; margin-bottom: 20px; } } @@ -2611,7 +2616,7 @@ a.reset_variations { .woocommerce-products-header { border-bottom: none !important; - padding-bottom: 0px; + padding-bottom: 0; margin-bottom: 0 !important; } }