Font size

Hi, just to tell you that your theme is awesome and support even better.

Can you please help me to make menu font bigger.
I tried this one but it just put the letters down.
html body {
font-size: 23px;
}
Thanks,

Hi @pavle,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#page .menu li a {
    font-size: 13px;
}

Best Regards,
Movin

Thank you so much… your the beeest!!!

You are most welcome here :slight_smile: