Is there CSS code to hide the course rating stars for the extended enterprise? We want to turn on course rating for our employees but not our customers.
My understanding is that EE has its own CSS modifications area. If that is the case, give this a try.
/** Hide the star ratings **/
rating {
display: none;
}
I am guessing if you disable it by course that it applies to all both root and EE if you don’t have a separate instance of the course for each EE.
I am unsure on that because I don’t have EE.
After selecting a specific domain, click Configure Branding and Look:
Next, select the dropdown for Custom Styles and enable the CSS area:
After selecting a specific domain, click Configure Branding and Look:
Next, select the dropdown for Custom Styles and enable the CSS area:
Thank you
Seems like:
label .fa-star-o {
font-size:30px;
}
.fa fa-star .filled {
font-size:30px;
}
First one does the stars empty state, second when full.
Awesome! Thanks
It’s .fa fa-star .filled , would be helpful if you post what you did though for us to troubleshoot.
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.