Navbar submenu font size

Hi,

I cant seem to find in xtheme where you set the font size for the navbar submenu? At the moment it is smaller than i would like so need to increase it. I am sure that in the pro version that i use on another of my sites that its there in the GUI rather than having to enter css.

Site is: https://learningcommunitytrust.co.uk

Any ideas?

Thanks :slight_smile:

Hi There,

To change the sub-menu font size, please add the following CSS under Theme Options > CSS:

.desktop .sub-menu a {
    font-size: 16px;
}

Hope it helps :slight_smile:

hI @thai

That did the trick. Thanks very much :slight_smile:

1 Like

You are most welcome. :slight_smile: