Site logo

Archived topic

Sub-menu size

5 replies · Started by Naren on November 24, 2020

Viewing posts 1–6 of 6

Hi there.
The only way to change the sub-menu font size is with css? Cause I don´t find any oher option to do it in GP Premium

Hi there,

thats correct - do you need help with the CSS?

I was looking for the same thing, how do I change the sub menu font size in the CSS? It's too small at default.

Hi Maura,

Try this css:

body .main-navigation .main-nav ul ul li a {
    font-size: 20px;
}

Let me know :)

Yes that worked, thank you!

No problem :)

This archived topic is closed to new replies.