Hi @aleemkhan! Upon page load, we append the css class .wpc-lesson
to ALL links that have been marked completable. Links that have not been completed by the logged in student will also have the class .wpc-lesson-complete
added (no ‘d’). And links that have been completed by the logged in student will also have the class .wpc-lesson-completed
added, along with some really basic styles that are easy to override manually from the settings page.
The default css used in the settings page only appends the checkmark to links that are inside of a LI html tag, but you can that from the settings page.
Hope that helps! Feel free to email us if you have further issues. Always happy to help!