Adjust CSS for the categories list in the shop page

- Reduce font size
- Remove underlines
- Remove yellow background in counters
This commit is contained in:
Nestor Soriano 2020-11-23 12:51:47 +01:00
parent f50d383f2a
commit b538d30f0e
1 changed files with 9 additions and 4 deletions

View File

@ -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;
}
}