Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to remove First Name box in Author tab in WebVoyage interface (Tomcat)

    • Product: Voyager

    Question

    How to remove "First Name" search entry box in Author search tab?

    Answer

    1. cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin]/css/
    2. Open searchAuthor.css for editing
    3. Locate the selector for “#inputFirstName” and add the line “display:none”. The edited section will look something like the following:
    #inputFirstName {
    display:none;
    float:left;
    margin:0px;
    padding:11px 0px 0px;
    }
    

    • Article last edited: 15-May-2018
    • Was this article helpful?