<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">From what I can see, in the login.css
      there is defined class "#kc-header-wrapper" which contains
      "text-transform: uppercase;" . Looks you have more possibilities
      to achieve lower case for example:<br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      - Create theme and define property "kcHeaderWrapperClass" in
      theme.properties and add any CSS you want.<br>
      <br>
      - Create theme and override login.css and redefine
      "#kc-header-wrapper"<br>
      <br>
      - Override template.ftl in your theme and use different ID than
      "kc-header-wrapper". <br>
      <br>
      Not sure what is best solution, I am not an expert in UI etc :)
      But I definitely suggest to look at our theme documentation and
      example. This should give you more ideas what is best solution.
      You can decide if you want to override just CSS or also freemarker
      templates. In the end, you can completely override whole login
      screen and replace with your own look &amp; feel.<br>
      <br>
      Marek<br>
      <br>
      <br>
      On 22/03/16 13:24, Michael Mok wrote:<br>
    </div>
    <blockquote
cite="mid:CAO=w+JM_aMcSEMhA7j5_hG3gN8TSws1fTLr7QU4w4JQYjaOM2A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <div dir="ltr">Hi All
            <div><br>
            </div>
            <div>I am using Keycloak 1.9.1 and notice the realm name
              displayed in login.ftl is always uppercase. Can we have
              the realm name display in the way it is entered. Eg if my
              realm say test demo, the login page displays it as TEST
              DEMO. </div>
            <div><br>
            </div>
            <div>Not sure if there is a flag somewhere to tell keycloak
              to preserve case in the realm name? </div>
            <div><br>
            </div>
            <div>
              <div>&lt;#if section = "title"&gt;</div>
              <div>        ${msg("loginTitle",(realm.displayName!''))}</div>
              <div>    &lt;#elseif section = "header"&gt;</div>
              <div>       
                ${msg("loginTitleHtml",(realm.displayNameHtml!''))}</div>
              <div>    &lt;#elseif section = "form"&gt;</div>
            </div>
            <div><br>
            </div>
            <div><br>
            </div>
            <div>Thanks. </div>
          </div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>