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

    How to remove the RefWorks link from the User Area menu

    • Product: Primo, Primo VE
    • Product Version: February 2020

    Question

    How to remove the RefWorks link from the User Area menu?

    Answer

    In Primo February 2020 release, the RefWorks link was added to the user area menu by default, for customers that RefWorks is enabled in their 'Actions List' mapping table.

    In order to hide this link you should add the following to your custom CSS file

     

    .my-refworks-ctm{

    display: none;

    }

     

    .my-refworks-separator-ctm{

    display: none;

    }

     


    • Article last edited: 26-Feb-2020
    • Was this article helpful?