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

    Remove the "Log in to your account" link in WebVoyage

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

     

    Question

    How to remove the "Log in to your account" link that appears in the upper right-hand corner of WebVoyage?

    Answer

    To remove the "Log in" link 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: 26-Jul-2020