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

    Removing the Locations Tab in the Classic UI

    Translatable

    If you are working with Primo VE, see Primo VE for more details.

    Because Alma includes the location information in the Get It tab instead of the Locations tab in the classic UI, you should hide the Locations tab by modifying the CSS styles that are applied to your classic Primo view.
    To hide the Locations tab in the classic UI:
    1. Log on to the Back Office server as the primo user.
    2. Enter the following commands to access and open the CSS file that is used to customize your view:

      fe_web
      cd css
      vi <custom_CSS>.css
      It is not recommended to modify the default Primo CSS, which can be overwritten during updates. For more information regarding the customization of Primo views, see Customizing Primo's User Interface, The Standard Layout, Configuration Options, and New UI Customization.
    3. Add the following line to the CSS file:

      .EXLTabsRibbon div li.EXLLocationsTab {display:none}
    4. Save the changes to the CSS file.
    5. On the Primo Home > Deploy All page, select all options and select Deploy.
    6. Perform a search to verify that the Locations tab does not appear in the view.
    • Was this article helpful?