You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a point at which searchers reach a page where there is no menu, and then are stranded. Not good usability/accessibility. This code should help:
/* Have Main Menu links display on Services page - Primo August 2018 Release */
prm-topbar .isDeposit, prm-topbar .isServicePage, prm-topbar .isSummonOverAlma {
display: inline;
}
There is also an old page with this CSS [https://knowledge.exlibrisgroup.com/Primo/Knowledge_Articles/Adding_a_Main_Menu_to_the_Service_Page_in_New_UI]
Stephanie Michel at Clark says it's working for them in VE. Obviously the note test can be updated.
The text was updated successfully, but these errors were encountered:
There is a point at which searchers reach a page where there is no menu, and then are stranded. Not good usability/accessibility. This code should help:
/* Have Main Menu links display on Services page - Primo August 2018 Release */
prm-topbar .isDeposit, prm-topbar .isServicePage, prm-topbar .isSummonOverAlma {
}
There is also an old page with this CSS [https://knowledge.exlibrisgroup.com/Primo/Knowledge_Articles/Adding_a_Main_Menu_to_the_Service_Page_in_New_UI]
Stephanie Michel at Clark says it's working for them in VE. Obviously the note test can be updated.
The text was updated successfully, but these errors were encountered: