Hello,
I’m attempting to use a free code found in the Docebo University to make my sign in place semi-transparent:
login-wrapper {background-color: rgba(255, 255, 255, 0.85) !important;} .bg-white-opacity, .login-container .login-content {background: transparent !important;}
I’m adding this code to the platform's configure branding, look, and feel section under the 7.0 sample interface.
It’s not reflecting when attempting to sign-in. What am I doing wrong?
Thank you!