Customizing Theme Styles
.MyOwnTheme {
--primary-color: #YourPrimary;
--dark-primary-color: #DarkPrimary;
--primary-background: #DBDBDB;
--login-logo: url("<%=BASEURL%>__themes__/LoginLogo.png");
--desktop-logo: url("<%=BASEURL%>__themes__/DesktopLogo.png");
--mobile-logo: url("<%=BASEURL%>__themes__/LoginLogo.png");
}
.MyOwnDarkTheme {
--primary-color: #YourPrimary;
--dark-primary-color: #DarkPrimary;
--primary-background: #000000;
--login-logo: url("<%=BASEURL%>__themes__/LoginLogo-white.png");
--desktop-logo: url("<%=BASEURL%>__themes__/DesktopLogo-white.png");
--mobile-logo: url("<%=BASEURL%>__themes__/LoginLogo-white.png");
}Core Theme Variables
Variable
Default Value
Scope
Variable
Default Value
Scope
Variable
Default Value
Scope
Secondary Styling Rules
Variable
Default Value
Scop
Variable
Default Value
Description
Variable
Default Value
Scope
CSS Overrides
Last updated
Was this helpful?