Font size in sub menue

Hello I was wondering if it is possible to change font size in submenue? It seems larger than in header. I checked theme options but do not find a way to

  1. reduce font size
  2. Reduce height above and below submenue entry

Hey Samer,

Our theme’s submenu font size is fixed to 12px. Yours is 16px because of a custom CSS. Please find and remove the following CSS in your site. Someone could have added it in Theme Options > CSS or somewhere else in your site.

body .x-navbar ul.sub-menu li a {
  font-size:16px
}

For your height concern, the design of the submenu in our theme is under the header so if your logo is tall, the submenu will be far from the parent menu unless you adjust the position of the parent menu. You can do that by adjust the Navbar Top Link Alignment (px) in Theme Options > Header. Other than that, there’s no option as the header design is fixed.

If you need more header flexibility though, I’d recommend you upgrade to our Pro theme so you’ll have a header builder so you can create custom headers.

Hope that helps.

Thanks!

To use pro do i need to redo site or it can be upgraded to pro?

Hello Samer,

To use Pro, you do not redo your site. All the current theme options and settings will be inherited in Pro theme.
To learn more how you can upgrade to Pro, please check out this documentation:

Regards.

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