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

    Remove the "Login to your account" button in the upper right-hand corner of the WebVoyage OPAC

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    How to remove the "Login to your account" button in the upper right-hand corner of the WebVoyage Tomcat OPAC?

    We want to stop patrons from logging in to WebVoyage.  How might we do that?

    Answer

    To remove the "log in" button in the upper-right hand corner of the header, add a new line to the header.css stylesheet to disable the display of the containing div element. In this case, that's identified by an id="headerPatron" attribute, so you would make the following addition to the header.css stylesheet at:

    /m1/voyager/yyydb/tomcat/vwebv/context/vwebv/ui/skinDir/css/header.css
    (where "skinDir" is typically "en_US")
     

    -----------------------------

    #headerPatron {
    display: none ;
    }

    -----------------------------


    Note that the #headerPatron selector is already in place, so you just need to add the new line with the rest of styling assertions. It will effectively overwrite them and prevent the div element from being displayed.

    Additional Information

    Voyager Support has a limited ability to assist with WebVoyage customizations.  Please see: What WebVoyage customizations are supported?

     


    • Article last edited: 22-Sept-2020
    • Was this article helpful?