Change Source Code loading background color.

How do I change the Source Code loading background color (from white)?

The white background is the default “body” for the inner iframe. It can’t be changed with SCSS/CSS, only javascript (but then for that, you need to be able to call JS just in time when iframe is created). However, if CSS, you can change it for a large portion of the loading process (it will still blink white). Use the code below to change the color below from white:

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code. Change “000000” to the hex color code that you want to use.

/*** BEGIN: Change Source Code Loading Screen Background Color ***/
<div>




</div>
/*** END: Change Source Code Loading Screen Background Color ***

4)Click Save.