Forum Discussion
BHFS
5 days agoCommunity Member
Storyline loading three dots BG color
Hi all,
When a Storyline course loads it briefly shows a loading screen with 3 animating dots. That screen has a background color. The color is written into the published HTML file.
I can't figur...
KendalRasnake-1
4 days agoCommunity Member
Hi,
Try this:
- Open story.html in your HTML editor, such as Visual Studio Code.
- Go to the first line of the body section. For my sample file, that lands on line 96.
- In the following line, change the hexadecimal code after the hashtag to your desired hexadecimal color code number. In this example, my color code is F33328.
<body style="background: #F33328" class="cs-HTML theme-unified">
- Save your HTML file
- Relaunch
If this answers your question, please mark it as Solved. Otherwise, feel free to ask a follow-up question.
Related Content
- 8 months ago
- 10 months ago
- 11 months ago