Reply To: Navigation Font

Home Forums WordPress Themes – Premium Flat Responsive Navigation Font Reply To: Navigation Font

#16126
Shekhar Bhandari
Participant

Hi Doc24,

You can use custom css to increase the font-size of the menu.

ul.navmenu > li > a {
font-size:1.6rem !important;
}

Thanks.