Example 4

  • Edit the following in the ux_access.css file:

    body {
     … 
    background-color: #f7ba6f;
    }
    #mastheadTitle {
      margin-left: 2%;   
    }
    
    #mastheadImage {
      margin-left: 35%;
    }
    
    #nam-ham-but {
      margin-left:93%;
    }
    #theNidpContent{
      margin: 0px auto;
      width:400px;
    }
  • Edit the following in the nidp_latest.jsp file:

    $(document).ready(function() {
      …
      $('#currentCardDisplay, #globalMessage, nam-login-tabs-div').css('visibility', 'hidden');
    }

For information about how to modify the file, see Modifying Configurations.