Change Background Color of Splash Screen

Hello,

It is possible to change the color of the splash screen (the grey background)?
I was able to change the .svg image but not the backgroung color.

How can I do this?

Thank you!

Hi Costin

Have you tried the style.override.css file on the server?

Try adding something like

#loading-blocker
{
	background: red;
}
2 Likes

Thank you very much @david.glickman! You save me everytime :slight_smile:

1 Like

Glad it worked! :grinning:

1 Like