I have been looking at IONIC and it seems there is no "standard CSS"
How do I change the color of the header of the index page?
This is my css
.header {
background-color: #000000;
}
On Index Page, I select Header and enter "header into class.
The same happen with NGView. I cant apply a background to it that will be displayed on all pages.
I seem to manage to set the background separately for each page but this is not ideal way.
Thank you