When a user links from an Electronic Database into Primo VE
through OpenURL linking, by default, users will see a page without the familiar top Menu
Links. This CSS code will insert the Menu Links.
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;}