Keywords:
Hide Scores, CSS Editor, CSS Code |
If you want to hide user module scores from the end users, you can do this by placing the following CSS modifications into your portal:
1 table#grid_enrollment_lessons th:nth-child(3)
2{
3 display:none;
4}
5
6 table#grid_enrollment_lessons td:nth-child(3)
7{
8 display:none;
9}
Comments
0 comments
Please sign in to leave a comment.