Some clients prefer to have the gray background filter removed. This guide demonstrates how.
1) Log into the Management Console, enter into the client's organizational unit and click Administration.
2) In the Admin Home, select the Edit Theme
radio button, choose the client's main theme from the dropdown and click Go.
3) The Edit Theme screen appears.
4) In the Styles textbox, search for the following CSS code:
.parallax-background:after {
background-color: rgba(43,43,43,0.65);
}
5) Change the code to:
.parallax-background:after {
background-color: unset;
}
6) Click Save.
7) Preview the orientation screen (or refresh with Shift F5). The background image should now be brighter.