Has anyone found what part of the CSS to edit to change out the image on the 404 page? Hoping to replace Einstein with our mascot! Thanks in advance
Has anyone found what part of the CSS to edit to change out the image on the 404 page? Hoping to replace Einstein with our mascot! Thanks in advance
Hi
I used this CSS and pasted it at the bottom of the 7.0 code found in the “Custom Styles” section of the Configure Branding and look administrator page:
/* comment of some sort to know why you added this*/
.internal-error-content .error_image {
background: url(https://url of your image) no-repeat;
height: 300px;
background-size: contain;
max-width: 200px;
background-position: top;
margin: 0 auto;
}
.internal-error-content .error_image img {
visibility: hidden;
}
I know this changes the image on this Docebo page: https://yourorgnamehere.docebosaas.com/unauthorized
Is that the one you’re trying to change? Mine’s a 403, not 404, so maybe it’s different, but it would just be a different CSS element you would need to find the name for.
Hope this helps!
Roger
Sorry, I had posted an idea, but when I doubled checked it, it did more harm than good. So I’ve taken my CSS idea/comment down.
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.