Objective: Hide the RefWorks option in the Primo VE dropdown Menu. Institutions may wish to do this to unclutter this menu, or to focus use of the RefWorks option in the Record Actions only.
How to accomplish this: This solution requires the following custom CSS code be added to the /VIEW_CODE/css/custom1.css file:
/* The following two entries hide the RefWorks link in the Primo VE dropdown menu */
.my-refworks-ctm { display: none; }
.my-refworks-separator-ctm { display: none; }
See Also Ex Libris documentation page on these RefWorks options.