Example 2

  • Edit the following in the ux_access.css file:

    body {
     … 
    background-color: #bc5854;
    }
    #theNidpContent{
      margin: 0px auto;
      width:400px;
    }
  • Edit the following in the nidp_latest.jsp file:

    $(document).ready(function(){
      …
      $('#currentCardDisplay, #masthead-namclient, #nam-ham-menu, #nam-ham-but, #globalMessage, .tabs').css('visibility', 'hidden');
    }

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