aviz
Posts: 0
Joined: Fri Dec 14, 2012 6:37 am

change fontsize of a button

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

change fontsize of a button

Hello! Could you post the CSS code you tried?

aviz
Posts: 0
Joined: Fri Dec 14, 2012 6:37 am

change fontsize of a button

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

change fontsize of a button

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

aviz
Posts: 0
Joined: Fri Dec 14, 2012 6:37 am

change fontsize of a button

thanks alot

Jay6395558
Posts: 0
Joined: Thu Nov 07, 2013 8:17 pm

change fontsize of a button

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

change fontsize of a button

Hi Jay,

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

Return to “Issues”