Skip to Main Content

User Interfaces Standing Committee

Working site for the UISC

Display Menu Links Code

CARLI - Show Menu Links on Primo VE Services Pages

Objective:  Display Menu Links on Primo VE Service pages when the user is brought to Primo VE through OpenURLs from a vendor or database site.  By default, users that arrive in Primo VE this way will see a page without the familiar top Menu Links.  This CSS code will insert the Menu Links.

How to accomplish this: The solution requires the following custom CSS code be added to the /VIEW_CODE/css/custom1.css file:


/* Show Main Menu links on Services Page */
prm-topbar .isDeposit, prm-topbar .isServicePage, prm-topbar .isSummonOverAlma { display: inline; }