ScreenCloud's Page Scroll app sets an automatic black background by default to any website(s) being used in the player for transitions between loading times. For websites that have background color as a component of the developer code powering the appearance of the site, it will display the color which has been set up. For example, we can review the following bit of code below:
body { background: #ff0000; }
This code used for a website would make the background display in the color red. You can reference free directories for color hex codes by performing a Google search or by clicking here to view a hex color code directory.
If your website is displaying as with an incorrect or wrong background color (i.e. can display as black/grey), we recommend connecting with your website administrator or developer for support on adjusting or checking into the code being used to display background color for your website. It's possible there could be no background color set up or the hex code being used is incorrect and/or not rendering correctly.
Please note that most web browsers also, by default, will display websites without background colors to show as white automatically. This is an indicator that a background-color code might need to be set up for your website if you visit the webpage from a browser and it displays as white.