Page 1 of 1

change fontsize of a button

Posted: Fri May 24, 2013 5:59 am
by aviz

I have a set of buttons where i need to change the font size of few.
i used .ui-btn-text which leads to changes in all the button.. i need to change the font size of a specific few buttons. please help!! ?
thank you


change fontsize of a button

Posted: Fri May 24, 2013 6:16 am
by Maryna Brodina

Hello! Could you post the CSS code you tried?


change fontsize of a button

Posted: Fri May 24, 2013 6:34 am
by aviz

a.menuBtn.ui-btn-text
{
font-style:normal;
font-size: 12px;
}

Where menuBtn is the name of the class given to the button

Thank you


change fontsize of a button

Posted: Fri May 24, 2013 7:58 am
by Maryna Brodina

If you'll add class menuBtn for buttons you need you can use the following code:
codea.menuBtn .ui-btn-text
{
font-style:normal;
font-size: 12px;
} /code


change fontsize of a button

Posted: Fri May 24, 2013 8:04 am
by aviz

thanks alot


change fontsize of a button

Posted: Thu Nov 07, 2013 9:42 pm
by Jay6395558

Would this also apply to changing the text size of all the items in a list component on only one page? I tried to give it a class but it didn't seem to work.


change fontsize of a button

Posted: Thu Nov 07, 2013 10:18 pm
by Kateryna Grynko

Hi Jay,

Try this:precode.myclass .ui-li-heading{
font-size:25px;
}/code/pre