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 figure out how to change that color within the .story file. A screenshot is attached. (as you can see mine is an unfortunate pink color.) Thanks.
2 Replies
- KendalRasnake-1Community 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.
- BHFSCommunity Member
Thanks Kendal. Yes this works. Unfortunately, it's overwritten with every publish. I'm specifically looking for the feature that affects this in the .story file.
Related Content
- 8 months ago
- 10 months ago
- 11 months ago
- 10 months ago