I’m making a mobile website with jQuery Mobile. In the page I use a navbar with three buttons.
These buttons have a text value of which I would like to change the font size. But I am unsure how to do this, please advise.
I’m making a mobile website with jQuery Mobile. In the page I use a
Share
Include your own style sheet after the jQuery Mobile style sheet.
Use
.ui-navbar .ui-btn-text { font-size: your font-size here; }