Yes there should be an easy way for you to do simple color adjustments.
Log on as Host. Navigate to Host >> Host Settings
Choose from the dropdown list either DNN-Blue, DNN-Gray, etc.
You probably have one of these previously selected.
If that is the case - good!
Now go to Admin >> Stylesheet Editor
append to bottom of stylesheet:
.skinmaster {
background-color: plum;
}
.pagemaster {
background-color: lightblue;
}
Save and refresh your browser. You will see changes as soon as you "Refresh". Change those colors as you wish.
-doug,
Powerhouse Data