Is it possible to change the color for a visited list item (slide) in the modern player? I'm using the dark background and the visited state is a bit dark?
Unfortunately, it doesn't address the concern. It looks like there is not a way to adjust the color for visited menu items in the modern player, unless I'm overlooking it somewhere.
3 Replies
Taylor, does this job aid help? https://community.articulate.com/series/articulate-storyline-360/articles/articulate-storyline-360-user-guide-how-to-change-player-colors-font-size#modern
Thank you Brian!
Unfortunately, it doesn't address the concern. It looks like there is not a way to adjust the color for visited menu items in the modern player, unless I'm overlooking it somewhere.
Hi Taylor,
If you don't mind using Javascript, you could try adding an execute javascript trigger for timeline start on the master slide.
You will need to know the Hexidecimal code for your color.
This code will change the text color to red:
$(".cs-viewed").css("color", "#FF0000");