Forum Discussion
DavidMichaelMcD
7 years agoCommunity Member
Is there any way to change the color of the Lightbox Close (X) button in the new modern dark player?
I would prefer to use the dark modern player, but I just tried out the Lightbox feature and the Close (X) button is incredibly hard to view. It's ok to see in iPad view (course is 4:3 size) but in l...
AlexandraAngelo
6 years agoCommunity Member
Thanks so much, Russell! I will try these out.
I was also wondering if there is a way to change the color of the side scrollbar on the player: the default is light grey, which doesn't work well with dark colors. Have you tried changing the code for it? Is it possible to do it without breaking anything? :)
- RussellKillips-6 years agoCommunity Member
Hello Alexandra,
This can be done by using the same technique as above. You will need the Hexadecimal Code for your color.
For example, the Hexadecimal Code for Red is: #FF0000
<style>
.scrollarea-btn::after{
background-color: #FF0000 !important;
}
</style>