Skip to main content

Hi! We have already been able to hide the menu in the course player where users can mark a course out of date. Does anyone have CSS to hide this menu? This is the widget in list view for courses in a status, in this case, course sin Progress. We want to hide this 3 dot menu option. Thank you.

 

 

You can try this.

Make note that this will also remove course catalog footer.
You should keep an eye out for any other impact as well.

Perhaps that will be acceptable in your case.

/** Begin Remove footer from course list **/

ui-card-footer {
display: none !important;
}

/** End Remove footer from course list **/

 


@gstager Thank you, We will try it out in the next week and see how it goes.


Reply