John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to change the text color properties for buttons

i want to change the default text color in a button. Im thinking add more properties, but what is the property name i need to use?

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to change the text color properties for buttons

also, theres a theme i like but i dont like the color the buttons come with. Can I modify the text color of the buttons for a set theme you guys already give?? Thanks.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how to change the text color properties for buttons

You may do it with custom JavaScript or CSS. Working on it.

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to change the text color properties for buttons

what do you mean working on it?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

how to change the text color properties for buttons

To change text color on startScreen Load Event run JavaScript
code $("[name=mobilebutton_n]").css('color','#ff0000');/code

To implement color in theme give Class Name to mobilebutton component, create New CSS and use the following code
code.ClassName{
color: #8256a4 !important;
}/code

Return to “Issues”