I am using a page as a right side menu but it is displaying the toolbar of the backgroud of the first page before it change to some other.So what can be done ?
You can change navigation color as following:
page1.html
<ons-page>
<ons-toolbar style="background: #4CD964;">
<div class="center" style="color: #FF0000" >Navigator</div>
</ons-toolbar>
...
</ons-page>