Home › Forums › Theme support › Theme HONEY: Menu font size cannot be customize › Reply To: Theme HONEY: Menu font size cannot be customize
Hi,
sorry for that, you are right, there is a problem with the font size customization. We made already an update for it, new version is 1.01.
If you want, you can add also this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#header ul#menu > li > a {
font-size:24px;
}