Has anyone hidden the Content and Additional Information tabs? If so, can you please share how you did it?
Has anyone hidden the Content and Additional Information tabs? If so, can you please share how you did it?
I don’t do this personally but give this a shot and be sure to test other areas.
/** Remove content tab from course info **/
div.mdl-tabs__tab-bar div:nth-of-type(2) a {
display: none;
}
/** Remove additional information tab from course info **/
div.mdl-tabs__tab-bar div:nth-of-type(3) a {
display: none;
}
I am happy dig into this a bit deeper if necessary.
Hey
When you have a chance, can you have a look to see what the issue might be? Thanks very much.
Happy to…
...but at the moment I seem to be having some other issues with my new reports page.
I cannot make a report in order to find this tab.
I will have to get that figured out first.
Oh no! always something isn't it...Thx again
I just reloaded my certificate and it went away.
Looks like I used something shared among multiple areas.
Try this adjustment to narrow it down. It cleared things up for my instance.
/** Remove content tab from course info **/
course-content div.mdl-tabs__tab-bar div:nth-of-type(2) a {
display: none;
}
/** Remove additional information tab from course info **/
course-content div.mdl-tabs__tab-bar div:nth-of-type(3) a {
display: none;
}
Thanks very much
Hey
What a crazy bunch of tags...lol...
Hey
What a crazy bunch of tags...lol...
Bizarre -
Unfortunately, I don’t have sandbox, so I cannot reproduce and troubleshoot.
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.