Editing Menu Font Size
-
I’m new to CSS variables. I just want to make the main menu font size a bit smaller. Any guidance would be much appreciated!
In the css, the font size for the primary nav is set to medium:
–primary-nav–font-size: var(–global–font-size-md);I figured that changing that “md” to “sm” would bring the font size down to 1.125rem, so I added this to the CSS customizer:
:root {
–primary-nav–font-size: var(–global–font-size-sm);
}But nothing changed. I also tried the other variations (xs, xl, xxl, etc.), but nothing made a difference.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Editing Menu Font Size’ is closed to new replies.