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.
Sandeepsoni-b2c
3 years agoCommunity 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.