Hello,
Has anyone had any luck with
display: none;
on either of these two elements on the new course player?
Can’t get anything to stick - thanks
Hello,
Has anyone had any luck with
display: none;
on either of these two elements on the new course player?
Can’t get anything to stick - thanks
Give these a shot - and remember to do more thorough testing to make sure this does not adversely affect anything else.
/** Remove the Completion Status **/
lrn-widget-content-completion-status {
display:none;
}
/** End Remove the Completion Status **/
/** Remove the Next and Previous Buttons from the player **/
.lrn-training-material-header-next-prev-buttons {
visibility:hidden;
}
/** End Remove the Next and Previous Buttons from the player **/
Give these a shot - and remember to do more thorough testing to make sure this does not adversely affect anything else.
That worked - thanks Greg. Will investigate why mine wasn’t taking/what I was doing wrong -
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.