(Go to the top right of the admin control panel when logged in as host / admin and click on wizard)
.WizardHeader
The header section for the wizard.
.WizardHeader
{
background: orange;
border-bottom: blue 10px solid;
height: 70px;
}
.WizardFooter
The footer section for the wizard.
Note that adjusting the height has no effect on the footer and adjusting the text-align has no effect on the content within the footer. These two elements can be removed without affecting the wizard.
.WizardFooter
{
border-top: blue 10px solid;
background: orange;
height: 25px;
text-align: right;
}
