Cannot change font size in menu

Hi there,

I am unable to change the font size of the links in my menu. I’ve tried following the instructions on a separate thread (https://theme.co/apex/forum/t/how-to-edit-menu-font/57323/16), but am unable to get it to work

Hey Kevin,

If you are aiming to change the font size of the top level navigation items, you do not need a custom code for it.

Please go to X > Theme Options > Header > Links – Text > Navbar Font Size (px).

If you are aiming to change the font size of menu items in the dropdown area, please add this code in X > Theme Options > CSS:

.x-navbar .desktop .sub-menu a {
    font-size: 14px;
}

Hope this helps.

Hi Jade,

Thank you for the reply. I’ve tried changing it as you’ve mentioned, but the changes do not seem to show even after I clear my cache

Hi Kevin,

I have checked the site URL assigned to your Themeco account and it’s because you’re using Ubermenu as your main menu.

Please head over to Appearance > Ubermenu > Main UberMenu Configuration > Style Customizations and there you will see several font size related configurations to set.

Hope that helps.

Hi mldarshana,

Yes that helped!

Thank you very much for your assistance!

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.