• Resolved Morgoth81

    (@morgoth81)


    Does anyone know how to change the font size, for instance inside the menu?

    I have two sites and do not understand, why the words in the menus are of a different size on each site, as I did not change anything – and that would be my next question: Is there a ways to modify the font and/or size in certain areas of the site (menu, main part etc.)?

    https://www.moselromantikhaus.de (normal font size)
    https://www.forstgut-lauksburg.de/ (too small font size)

    Thanks in advance for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there Morgoth81!
    You can easily change the font and font size with some css.

    #nav-main ul.sf-menu a {
        font-family: Lato;
        font-size: 18px;
    }

    Change “Lato” and “18px” to what you want. Play around with it until it is just the way you want it to be.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    In your apperance > theme options > menu settings you can control the fonts. Also for others use theme options > typography settings.

    Kadence Themes

    Thread Starter Morgoth81

    (@morgoth81)

    Thanks, that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu-Font-Size’ is closed to new replies.