Forum Discussion
JeannetteMcG519
4 years agoCommunity Member
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
Sort By
- MariaCSStaff
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.
- Sandeepsoni-b2cCommunity Member
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.