I tried the remedy suggested here: https://community.docebo.com/html%2Dcss%2D49/hide%2Dassignment%2Dsubmission%2Dscreen%2Doptions%2D325 for a specific course but it doesn’t work.
Any suggestions?
I tried the remedy suggested here: https://community.docebo.com/html%2Dcss%2D49/hide%2Dassignment%2Dsubmission%2Dscreen%2Doptions%2D325 for a specific course but it doesn’t work.
Any suggestions?
are you trying to apply it to the new course player? We may need new CSS for that.
Honestly I don’t know! How can I tell?
if you are a superadmin, go to Configuration and Branding (from the root only) and you will see something like this. If it says “enter the preview mode” then it’s not on for you (or the full site)
Oh dear. I can see exactly that.
Which clever person can we ask for an up to date CSS?
Thanks
Pulling on my best CSS guru
I outlined how to hide in the new player in this thread:
If you want to make it course specific, you need to add ‘.lrn-course-player-<COURSE NUMBER>’ before it. So for example, to just hide the file upload on course 132 it would be:
.lrn-course-player-132 .dcb-te-player-assignment-button-wrapper:has(hdata-dcb-ui-described-by="dcb-te-player-assignment-upload-options-0-upload-button-details"]) {
display: none;
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.