Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Primo

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Primo
    3. Knowledge Articles
    4. Hide All or Part of My Account

    Hide All or Part of My Account

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Primo
    • Product Version: 4

    Desired Outcome Goal:
    What CSS code is needed to hide the entire MY Account option? Could only part of My Account be hidden such as Personal Settings, Requests or Fines and Fees?

    Procedure:
    *CSS to remove all of My Account

    /* Remove My Account from the Main Menu */
    .EXLMyAccount {display:none;}

    *CSS to remove parts of My Account
    /* Remove Request link from My Account */
    .EXLMyAccountMainMenuContainer ol li:nth-child(2) {display:none;}

    /* Removes Fines & Fees - nth-of-type is not supported before IE9 so that is why it's using a css2 selector*/
    #exlidMyAccountMainMenuContainer ol li:first-child + li + li{display: none;}

    /* Remove My Databases from My Account */
    #exlidMyDatabasesTab {display: none;}

    /* Remove items stores TEMPORARILY/Sign-in Line at top of My Account and E-Shelf */
    #exlidHeaderSystemFeedback div.EXLSystemFeedback {display:none;}

    /* REMOVE MY ACCOUNT > "Personal Settings" and "Edit Details" Link */
    .EXLMyAccountEditLink {display: none;}

    Additional Information

    *Personal Settings/Edit Details Note: As of Oct. 1, 2014, Primo 4.8.2 This only works when signed in;
    *"Guest" patrons still sees 'Edit Details'.

    Category: Front End - Primo

    Subject: Personalize - Primo


    • Article last edited: 10/6/2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Hide "Suggested New Searches" values from Primo Facet List
      • Hide references to sign in and authentication in Primo Front End
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Community Content Type
      How To
      Content Type
      Knowledge Article
      Language
      English
      Product
      Primo
    2. Tags
      1. 4
      2. contype:kba
      3. Front End - Primo
      4. Personalize - Primo
      5. Prod:Primo
      6. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved