Hi,
Does anybody know the CSS for changing the background colour of the sign in button (not SSO) and colour of the text?
Thanks in advance.
Gigi
Hi,
Does anybody know the CSS for changing the background colour of the sign in button (not SSO) and colour of the text?
Thanks in advance.
Gigi
Give this a go.
As always - be sure to test
/** Login Button Tweaks **/
/** Set desired color for button with background-color **/
/** Set desired color of text with color **/
div.login-button button {
background-color: #000000 !important;
color:#00ff00 !important;
}
Hope this helps!
This one worked at the end:
ui-button-raised.ui-button-negative button {background-color: #777!important;}
Gigi
OK
There is more than one way to accomplish things - to be sure!
Your code will affect more than just the login button - though - but perhaps that is more what you were looking for…?
I was trying to target just that login button for you.
Tagging onto
Thank you both, I see your point. Has changed the reference to the login-button only and used the code suggested by
Gigi
As a side note, I needed to change the SSO login button to be “less visible” (not the login button) and was able to adjust the above code a bit for that:
/** SSO Login Button Tweaks **/
/** Set desired color for button with background-color **/
/** Set desired color of text with color **/
div.sso-buttons button {
background-color:
#FFFFFF !important;
color:#ABB2BA !important;
}
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.