Skip to main content

Hey Docebo community!

 

Not sure if others have run into this, but there’s a strange light blue/aqua color background for the Resume Training page in the new course player.

 

 

The color isn’t configured in your colors in Configure branding and look. According to the CSS, it looks like it’s set to a default lightblue background.

 

Here’s the CSS if you’re looking to change the color. Simply use the hex value for whatever color you’d like to use. 

/* Change "Resume Training" training material page placeholder background */
.lrn-course-player-training-material-idle-view-content {
background-color: #2B4FF4;
}

 

In order to differentiate this page view from the Start Learning Now page view of a TM, we decided to go with our primary blue. This works well since the text is already formatted white and thus needs to be on a darker background. Here’s how ours looks now:

 

 

 

Thanks so much for sharing @Adam Ballhaussen!


Reply