Home Forums WoodMart support forum Change font color and size from category menu and submenu Reply To: Change font color and size from category menu and submenu

#43790

Artem Temos
Keymaster

Use this code snippet

/* Change color of main menu */
.main-nav .item-level-0 > a {
    color:black!important;
}
/* Change color and size of sub menu */
.main-nav .menu-simple-dropdown ul li a {
    color:black!important;
    font-size:16px;
}

You can control the main menu font size in Theme Settings -> Typography -> Navigation.