just a little question forwarded from client because maybe i am still a little dull after vacation… but searching for an option in typography module settings to change the font (or size) only for the dropdown items in the sites main menu leads to no result.
simply everyone heres just too dumb? overlooking something? or simply not there??? thought i’ve seen this before and maybe the location has changed?
GP sets the sub-menu font size for you, based on your top level font size. This is a way to prevent too many options in the Customizer. Easy to adjust with some CSS though:
.main-navigation .main-nav ul ul li a {
font-size: 14px;
}
so my jetlag wasnt as bad as i feared π
no problem to change it via css – but one more option for this within customizer wouldnt be that bad.
(having a big font with short words in main and a need for really smaller (and taller) font in sub-menu isnt quite often the case though…)