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:
parent
14af0c432b
commit
71d85558ef
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue