Forum Discussion

JeannetteMcG519's avatar
JeannetteMcG519
Community Member
4 years ago

How to remove the checkmarks in the Menu (SL 360)

I know this is an easy thing to change, but I can't seem to find out to remove the checkmark in the Menu and nothing in Help.  See screen shot.  Help!  Thanks.

2 Replies

  • Hi, Jeannette, and welcome to E-Learning Heroes! ✨

    Thank you for reaching out!

    The checkmarks on the menu are part of the Modern Player's Accessibility features and cannot be turned off. Take a look at the following article for additional information:

    As an alternative, you can use the Classic Player instead.

  • Hi there,

    I know it's late to reply on this thread but I found a solution that workaround for me, you just need to add one line of CSS code to your story.html file after publishing the course.

    here it is : .outline-states>.visitedIcon>.check-icon{display:none!important;} 

    Thanks.