I’m working from the Ionic Seed to start a testing project. From app.css, I’m trying to change the background of my tabs but I can’t override the Seed’s styles.
I tryied myself to put a custom color to my header with a personal css with :
.nav_gnrl{
background-color:#DD006B !important;
}
And it’s overriding pretty well.
The blackpoint of this, is that I don’t know how to change the color of the titles who’s appearing in my nav. I think that we have to add something like [data-title]