Do you mean that way ...
Attachment 156667
For that you have to edit :
HTML Code:
html {
background:{vb:stylevar doc_background};
<vb:if condition="$stylevar['textdirection'] == 'rtl'"> /* VBIV-11882 */
overflow-x: hidden;
</vb:if>
}
change the stylevar "doc_background" to #E8DBC3
Or do you mean that way?
Attachment 156668
For this you have to change the body_wrapper color to #E8DBC3
As you can see ......
HTML Code:
.body_wrapper {
padding: {vb:stylevar body_padding};
background: {vb:stylevar body_background};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
margin-top: 35px;
}
you must change the vb:stylevar "body_background" to #E8DBC3
thats it ...
Best regards.