Customize: Customizing typography

Hi. I don’t understand this whole section under ‘Customizing typography’

I’m also trying to adjust the font size on the mobile view of my site’s Menu. It’s too big. How do I do this?

Hey @juanajaafar,

Font Size (xl) is the font size for extra large screens and Font Size (sm) is for small phone screens. Here’s the specific size breakdown.

XL - 1200px & Up
LG - 980px-1199px
MD - 768px-979px
XS - 481px-767px
SM - 480px & Smaller

The menu or the navbar has its own font-size setting. Please decrease the Navbar Font Size in Appearance > Theme Options > Header

If that does not help, please give us the URL of your site so we could see what’s causing the font size issue.

Thanks.

Hi There,

Can you please send us your website details, so that we can have look.
Please provide following information:
Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
    All the best!

I’ve sent you a secure note.

Hi there,

I couldn’t access your site, it displays an internal server error. Please let us know once this issue is solved then we’ll continue checking.

Thanks!

Can you try again?

Hi,

To reduce the font size of your menu in mobile, you can add this in Theme Options > CSS

body .x-navbar .mobile .x-nav li>a {
   font-size:10px;
}

Hope that helps

This worked just nicely. Thanx, Paul!

You’re welcome :slight_smile:

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