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.
Nothing happens on pages using the index. Color does not change. 
 This works in JQM
Thank you