Hidden Resources now show "Hidden from students"

Re: Hidden Resources now show "Hidden from students"

by Vasco Tavares -
Number of replies: 1

To me it isn't logical to show the label "Hidden from students" to students enroled to the course, so in case one wants to hide the label from the Dashboard in Course overview add the below CSS code under your Theme > Advanced tab, Raw SCSS field:

/* Hide label "Hidden from students" in the dashboard Course overview*/
#page-my-index .block_myoverview .tag-info { display: none; }

NOTE: Works in Moove theme, Moodle version 3.8.2+.

In reply to Vasco Tavares

Re: Hidden Resources now show "Hidden from students"

by Bruce Wilbee -
We use to be able to add css by going into Site Admin/Appearance/Themes/Theme setting and then add the code

.section .activity .availabilityinfo {
display: none;
}

to get rid of the annoying boxes indicating something was "Hidden From Students"
Does anyone know how to do this is Moodle 3.10? I have 160 instructors wondering how.