Hello, this is my code :
index.html:
<ion-nav-bar class="bar-light" align-title="center"> <ion-nav-back-button> </ion-nav-back-button> </ion-nav-bar> <ion-nav-view> </ion-nav-view>
mytemplate.html:
<ion-view title="Trip" >
<ion-content class="padding">
blabla
</ion-content>
</ion-view>
How I can change the color of my title ?
Thanks