Site logo

Archived topic

Custom font size of sub-menus

5 replies · Started by themedleb on December 14, 2017

Viewing posts 1–6 of 6

Can I customize the font size of sub-menus and sub-sub-menus, I need it to be smaller than the menu font size.

Thank you.

Hi there,

This should do:

.main-navigation .main-nav ul ul li a {
    font-size: 14px;
}
.main-navigation .main-nav ul ul ul li a {
    font-size: 12px;
}

Thank you Leo :)

No problem :)

Great, thanks!

Glad you found this post :)

This archived topic is closed to new replies.