HI guys,
I would like to change the color of the main content area from white to an off-beige color. Is it possible? Thanks!
HI guys,
I would like to change the color of the main content area from white to an off-beige color. Is it possible? Thanks!
Hey,
you can change the background color with following code - add it to css/custom.css:
#wrap_all, #main {
background: #FFFFFF;
}
You can adjust the color value. Maybe you need to modify some images too because they're optimized for the white background (PSD files can be found in the themeforest zip file).
You must log in to post.