[Resolved] dropdown menu typography setting

Home Forums Support [Resolved] dropdown menu typography setting

Home Forums Support dropdown menu typography setting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #387228
    dasigna

    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?

    ???

    #387408
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #387462
    dasigna

    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.

    #387480
    Leo
    Staff
    Customer Support

    I think CSS solution is the best for now as this is rarely requested ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.