It is posible to change the font-size for a specific button or a specific theme?
We can change .ui-btn-text in our custom CSS but this apply to all the buttons and all the themes in the project.
We have tried to set with JS:
Appery('buttonName').css('font-size', '22px');
and this not work.
Some help?
Thank in advance.