Forum Discussion
Is there any way to change the color of the Lightbox Close (X) button in the new modern dark player?
It's not a bug, it's a feature still in the pipeline. But I still hoped there could be a way to hack this.
In this code, I change the track color to blue (#0000ff) and the thumb color to red (#ff0000)
<style>
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {background-color: #0000ff;}
::-webkit-scrollbar-thumb {background-color: #ff0000;}
.panel-content {
scrollbar-highlight-color: #0000ff;
scrollbar-face-color: #ff0000;
scollbar-color: #ff0000 #0000ff;
}
</style>
- AlexandraAngelo6 years agoCommunity Member
Hello Russell!
I was wondering whether you have had experience with the following issue:
After publishing the project file for LMS, I unzip the folder and add the above code to the index_lms_html5 file to change the color of the scrollbar. Then I zip the folder again to upload it to the LMS, at which point it won't accept the file.
Any insight would be more than highly appreciated!
- AlexandraAngelo6 years agoCommunity Member
Hi Russell!
After the June update of Storyline 3 this hack seems to be no longer working. Have you tried it recently?
Any advice would be appreciated!
- RussellKillips-6 years agoCommunity Member
Hi Alexandra,
I've been using the following CSS to change the color of the lightbox close button for the modern player.
<style>
.lightbox-close-btn-floating::after{background-color: #ff0000 !important;}
</style>
Related Content
- 10 months ago
- 8 months ago
- 3 months ago
- 11 months ago