This version (2013/11/18 11:38) is a draft.
Approvals: 0/1
This is an old revision of the document!
Changing Background:
Page background color
Disable default background image by adding following
CSS in Admin panel > Appearance > Edit Theme > “
CSS” tab:
.ow_page_wrap {
background-image: none;
}
Choose your own background color in Admin panel > Appearance >Edit Theme > “Theme Settings” tab >:

Result (default vs customized):
Canvas background color
Add following CSS in Admin panel > Appearance > Edit Theme > “CSS” tab:
.ow_bg_color {
background-color: **#A9F5F2**;
}
Where
#A9F5F2 is desired color code.
Result:
Add following CSS in Admin panel > Appearance > Edit Theme > “CSS” tab:
.ow_menu_wrap {
background: none;
background-color:#A9F5F2;
}
Where
#A9F5F2 is desired color code.
Result: