This is a migrated thread and some comments may be shown as answers.

Changing Color of Back Button

1 Answer 175 Views
NavBar
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 12 May 2012, 05:51 AM
Is it possible to simply change the color of the back button?  By overriding the kendo classes I was able to change the main body of the background, but not the arrow tip.  (Please see attachment.)  Any assistance would be appreciated.  

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 15 May 2012, 01:03 PM
Hello Christopher,

You could change the background of the back button in Kendo UI Mobile as override the default styling using the following selector:
.km-button.km-back
{
 background-color: red;
}

I hope this helps. 

Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
NavBar
Asked by
Christopher
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or