Adjust main menu font

Hi

What file would I need to edit (or what customer CSS would I need to add) in order to adjust the font size used in my main navigation menu? I can’t seem to find the relevant code within the style.css file.

Thanks
Chris

Hi Chris,

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

.menu li a {
    font-size: 10px;
}

Please change the font size 10px in the above code to whatever you want to set.

Best Regards,
Movin