Hi,
we are using the channel widget on our Dashboard and we would like to hide the completed courses from the widget, so that they only see courses that they have started or need to start..
I tried to do this with CSS but then I have an empty spot on the list
I used the following CSS Code:
#doc-page-97 .ui-card-status-done {
display: none !important;
}
We do not use the “Courses and Learning plan” widget, because we have multiple content categories and the “Courses and Learning plan” widget shows all assigned courses (so can’t be divided into categories).
Does anybody have an idea how we can hide completed courses from the channel widget?