I want to set background color of onsen ui page to blue or some color. I've tried updating the style in onsen-page, but it seems not work.
You can try
html
<ons-page class="red">
<h1>Page 1</h1>
</ons-page>
css
.red {
background-color: red;
}
Here is the plunker. http://plnkr.co/edit/jWTrYz?p=preview