narbaritem font size
Posted: Fri Oct 26, 2012 7:12 am
hi
i have navigation bar
with 5 navbaritems
i want to change the font size of the navbaritems as default font size is large
please let me know
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
hi
i have navigation bar
with 5 navbaritems
i want to change the font size of the navbaritems as default font size is large
please let me know
Hello! Create Custom CSS:
.ui-header .ui-btn-inner, .ui-footer .ui-btn-inner, .ui-mini .ui-btn-inner {
font-size: 20px;
}