Skip to main content
Question

Course Rating Stars

  • September 22, 2022
  • 8 replies
  • 156 views

cathyp
Influencer II
Forum|alt.badge.img

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.

8 replies

gstager
Hero III
Forum|alt.badge.img+7
  • Hero III
  • 891 replies
  • September 22, 2022

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.


John
Docebian
Forum|alt.badge.img+2
  • Docebian
  • 125 replies
  • September 26, 2022

@gstager, you are correct. Extended Enterprise will allow for unique domain-specific CSS to be applied.

After selecting a specific domain, click Configure Branding and Look:

Next, select the dropdown for Custom Styles and enable the CSS area:

 


Isram
Influencer III
Forum|alt.badge.img
  • Influencer III
  • 55 replies
  • September 26, 2022
John wrote:

@gstager, you are correct. Extended Enterprise will allow for unique domain-specific CSS to be applied.

After selecting a specific domain, click Configure Branding and Look:

Next, select the dropdown for Custom Styles and enable the CSS area:

 

Thank you @John . Do you know which code is for the rating stars- the icons-? I´d like them bigger…. :)


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • 3582 replies
  • September 28, 2022

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. 


Isram
Influencer III
Forum|alt.badge.img
  • Influencer III
  • 55 replies
  • September 28, 2022

Awesome! Thanks @Bfarkas 


John
Docebian
Forum|alt.badge.img+2
  • Docebian
  • 125 replies
  • September 28, 2022

@Isram - Bfarkas is too fast for me. :)


Isram
Influencer III
Forum|alt.badge.img
  • Influencer III
  • 55 replies
  • September 28, 2022

@Bfarkas  Help . I changed both sizes, however fa-star. filled doesnt change size.  Any idea? 

 

 


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • 3582 replies
  • September 28, 2022

It’s .fa fa-star .filled , would be helpful if you post what you did though for us to troubleshoot.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings