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
March 4, 2018 at 8:26 pm
#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.