Change the background of the cover photo from black to white in the Articulate Storyline Player

Jan 28, 2022

Articulate Storyline Player does not automatically launch on iOS devices.

Instead of the black area with the player symbol, you can choose a title image or the start slide.

A dark edge remains. It looks ugly in the white surroundings of our learning platform.

How can I make the background of the title slide white?

Best regards
Thomas Koch

Pinned Reply
Kelly Auner

Hi, everyone!

I have some great news to share! We just released another update for Storyline 360. In Update 77, we've included important fixes and new features.

One of the enhancements we've included: 

  • Set your cover photo to fill the player frame. Enable it in the player properties.

Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You'll find our step-by-step instructions here.

Please let me know if you need additional help!

16 Replies
Becca Levan

Thanks for reaching out and sharing that screenshot, Thomas!

We have logged this as a possible bug where cover photo shows black bars at the top and bottom regardless of whether the player controls are disabled. 

I've added this discussion to the report, so you'll get notified when we have any updates: How we tackle bugs.

Math Notermans

As the CSS Articulate uses is in...
C:\Program Files (x86)\Articulate\360\Storyline\player\unified\html5\lib\stylesheets
you need to get these files and unminify them and fix what you need...
This url properly unminifies the CSS to readable format...
https://www.unminify2.com/
Then you can find whats needed... .view-phone and/or .mobile-start-overlay class and fix it so its white... or whatever color you like...

.mobile-start-overlay {
background: #fc00ff;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0
}

Save it somewhere and replace the original file and your mobile start overlay is not black anymore.

You probably need to do it in both CSS files. desktop.min.css and mobile.min.css

Thomas Koch


Dear Math Notermans

Inserting the parameter works.

.view-phone .mobile-start-overlay {
background: #fff;
}

Unfortunately, the changes in Storyline are not accepted: C:\Program Files (x86)\Articulate\360\Storyline\player\unified\html5\lib\stylesheets

.mobile-start-overlay {
background: #fc00ff;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0
}

The changes do not affect the export.


Do you have an idea how to change the export in Storyline?

Best Reagards
Thomas Koch

Corinna Will

Hello,

are there any news concerning this problem?

I choose a title image or the start slide in the player and black borders remain when I place the Storyline file in my Rise Course.

I choosed the light player design, turned off all features in the player and then turned of the modern player itself.

What can I do?

Thank you very much and many greetings
Corinna

Luciana Piazza

Hi Corinna, 

Thanks so much for reaching out!

We don't have any updates to share at this time. I have added your voice to this request. We'll be sure to update this thread with any news. Just as a reminder, you can see how we handle bugs here: How we tackle bugs.

Have you tried any workarounds suggested in this thread by community members? Perhaps that could do the trick for your project!

Kelly Auner

Hi, everyone!

I have some great news to share! We just released another update for Storyline 360. In Update 77, we've included important fixes and new features.

One of the enhancements we've included: 

  • Set your cover photo to fill the player frame. Enable it in the player properties.

Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You'll find our step-by-step instructions here.

Please let me know if you need additional help!