Site logo

Archived topic

dropdown menu typography setting

3 replies · Started by Axel on September 18, 2017

Viewing posts 1–4 of 4

hi tom and leo,

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;
}

thanks tom for clearing out.

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...)

thanks again.

I think CSS solution is the best for now as this is rarely requested :)

This archived topic is closed to new replies.