Example 3

Edit the following in the ux_access.css file:

body {
 … 
background-color: #f7ba6f;
}
#theNidpContent{
  margin: 0px auto;
  width:400px;
}

Edit the following in the nidp_latest.jsp file:

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

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