I want to Change the menu header backgound color.How can i do that? please help me and give me some suggestion code.
Add a class to your navbar and edit the color in CSS.
HTML
<ion-navbar class="header" >
CSS
.header { color: #000000; }
Else you could use
background-color
instead of color.
That should work.
@cherry i want to do that in ionic 2. i have fixed the problem.Thank you for you reply.Have a good day.