User profile#

Blitz Identity Provider allows you to change the header and footer logos in the User profile, as well as customize the User profile color scheme using CSS.

Color scheme customization#

Changing the color scheme is conducted in the .../assets/public/lib/blitz-profile/stylesheets/custom.min.css file.

:root{
  --profile-color-accent:#00bde5;
  --profile-color-border-primary:#ddd;
  --profile-color-border:#ddd;
  --profile-color-button:#f1f1f1;
  --profile-color-href-hover:#1d6fa5;
  --profile-color-href:#3498db;
  --profile-color-outline:#ddd;
  --profile-color-primary:#3498db;
  --profile-color-text-button:#666;
  --profile-color-text-light:#fff;
  --profile-color-text-primary:#3498db;
}