How can I apply background color to ionic header. I am applying css with style attribute but its not working. Can any one please help me?
Hi, @ionicdeve123
Could you try color in ion-navbar Like ;
<ion-navbar color="primary">
<ion-title>Home</ion-title>
</ion-navbar>
Hope, this will solve your issue
Thanks,