• Heya!
    I do love the Adler Theme, congrats!
    I would like to change the font size of the menue on the top right as well as the website title on the left. Any help welcome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there !

    I’m glad to see that you’re using Adler theme ??

    About the changes that you’d like to make, first, could you give me a link to your website. This way, I can make sure that the tricks that I want to share with you will work perfect on your side too.

    Thread Starter annehegge

    (@annehegge)

    Hi! Thanks for your reply! You can see the webpage here https://annehegge.de/testpage/
    Exited about your tricks!

    This CSS:

    .main-navigation .menu li a {
        font-size: 20px;
    }

    will let you control the menu items size and this one:

    .site-branding .site-title {
        font-size: 20px;
    }

    will change the title size. Just add both of them on Appearance -> Customize -> CSS Editor area and they should do the trick.

    Thread Starter annehegge

    (@annehegge)

    Great! Thank you very much. It does work for the menu items bit not for the title. Do you know why? Thank you!

    This should be right CSS. Could you add the code that I gave to you and tell me when you did this so I can take a look, please?

    Thread Starter annehegge

    (@annehegge)

    Hey! I added this code

    .site-branding .site-title {
    font-size: 16px;
    }

    .main-navigation .menu li a {
    font-size: 16px;
    }

    Have a look!

    Sorry for the late comeback. Please try this snippet instead:

    .site-branding .site-title {
        font-size: 20px !important;
    }

    Thread Starter annehegge

    (@annehegge)

    great! thank you!

    I’m glad I could help ^_^ (and sorry again for the delay). Don’t forget to give a high rate for the theme ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to increase main menue font size?’ is closed to new replies.