Changes on "My Account" menu items based on mockup from designer:

- Even darker
- Smaller font
- Reduce space between items
- Un-bold
This commit is contained in:
Nestor Soriano 2020-11-24 16:24:36 +01:00
parent 14af0c432b
commit 71d85558ef
1 changed files with 12 additions and 5 deletions

View File

@ -2632,12 +2632,19 @@ a.reset_variations {
}
}
.woocommerce-MyAccount-navigation-link a {
color: #666 !important;
.woocommerce-MyAccount-navigation-link {
&:hover {
color: black !important;
text-decoration: underline solid black 1px !important;
margin-bottom: 20px !important;
a {
color: #444 !important;
font-weight: normal !important;
font-size: 1.8rem;
&:hover {
color: black !important;
text-decoration: underline solid black 1px !important;
}
}
}
}