This topic has 3 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Wondering how I can change the font type on the Navigation bar and also reduce the font size
I managed to change the font and font size the main navigation menu, however I noticed that the font size in the drop down menu is much larger and also the font of one of the drop down menus is different from the rest.
How do I reduce the submenu font size and make all the sub menu fonts the same?
Hello,
Try to add this code in Custom CSS:
.header-type-2 .menu-wrapper .menu > li > a {
font-size: 12px;
font-family: Roboto;
}
.menu .nav-sublist-dropdown ul > li > a {
font-size: 12px;
}
Set your values.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up