This snippet will give active links a normal font weight, instead of the BOLD look that some skins has.
Normal font weight on active menu links
/* Menu normal font weight */
.nav-primary .active > a {
font-weight: normal;
}
Copy to clipboard
This snippet will give active links a normal font weight, instead of the BOLD look that some skins has.
/* Menu normal font weight */
.nav-primary .active > a {
font-weight: normal;
}
Copy to clipboard