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

    Hide references to sign in and authentication in Primo Front End

    • Article Type: General
    • Product: Primo
    • Product Version: 4

    Desired Outcome Goal:
    Hide all of the references to signing in and authentication in Primo because authentication is not going to be configured.

    Procedure:
    1. Add the following code to the customized CSS:

    /* ------------------- Authentication ----------------------- */
    /*--- To hide references to logging in and authentication ----*/
    #exlidUserName {display:none;}
    #exlidMyAccount {display:none;}
    #exlidSignOut {display:none;}
    #exlidMyAccountTab {display:none;}
    #foldersDiv {display:none;}
    .EXLEShelfFolderContentsPushTo {display:none;}

    2. Use the File Uploader Utility to upload the customized CSS

    3. Remove references to authentication in the help.html file. These are found in the 'My Account' section.

    Additional Information

    File Uploader available after Primo 4.x

    Category: Front End - Primo

    Subject: Look and Feel - Primo