sbest
asked 11 years ago

Can you change the background color of DW Focus?

2 Answers
DominicStaff
answered 11 years ago

To change the background color of DW Focus, you can log in to Dashboard > Theme > Customize > General Settings > Add the following code to the “Header Script”

 
<style>
body {
    background-color: #... !important;
}
</style>

Regards,
Dominic

sbest
replied 11 years ago

That worked now can I make the main content area white?

DominicStaff
answered 11 years ago

To change background main content area, you can add the following code to the “Header Script”


<style>
.container {
    background: #fff;
}
</style>

Regards,
Dominic

Powered by DW Question & Answer Pro