.ce-overall-light {
background-color: #ffffff;
}
.ce-bgcolor-blue .page-header-top{
background-color: #ffffff;
background-image: none;
border-color: #ffffff;
color:black !important;
}
Thanks for your valuable suggestion. I agree with this post.Thanks Matt.
However - I'll need to confirm - because I've changed these elements in these files and not seeing any change in my order page.
Looking to change overall background and page header background to just white.
/templates/default/css/style.css
Code:.ce-overall-light { background-color: #ffffff; }
and
/templates/default/css/color-schemes.css
Code:.ce-bgcolor-blue .page-header-top{ background-color: #ffffff; background-image: none; border-color: #ffffff; color:black !important; }