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

    How to remove the language selection dropdown from the Primo main menu tile

    • Article Type: General
    • Product: Primo

    Desired Outcome Goal:
    Remove the language selection dropdown from the Primo main menu tile

    Procedure:
    1. Navigate to the Languages mapping table for the institution:
    Advanced Configuration > All Mapping Tables > Front End > Languages

    2. Disable any languages other than the desired interface language

    3. Save and deploy the table

    4. Deploy the relevant views


     

    Additional Information

    Settings for languages are controlled in several Mapping and Code tables, as well as the Views Wizard. See article "Which Back Office configurations control language in Primo?"

     

    This will remove the language section but leaves the borders on the right. To remove these, you can use CSS to hide the borders. Add the following code to your customized css file then upload to Back Office and deploy the view:

     

    #exlidMainMenuRibbon li span {
    border-right: none;
    }

     

     

    Category: Front End - Primo

    Subject: Look and Feel - Primo


    • Article last edited: 8/19/2014