How to hide Virtual browse functionality in Primo Classic and New UI
- Product: Primo
- Product Version: Primo 4
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local
Question
How to disable the virtual browse in the fullview in Classic and the New UI?
Answer
Since Primo 4.5, the Virtual Browse is automatically created, and it is based on the "callnumber" field in the Browse section of the PNX record.
To hide the Virtual Browse shelf, edit the CSS as follow:
For Classic UI (old standard Primo UI):
.EXLTabsRibbon div li.EXLBrowseshelfTab {display:none}
For the New UI:
/*CSS to Hide Virtual Browse and Virtual Browse Button/link on Full Display */ #virtualBrowse {display:none;} button[aria-label="Virtual Browse"]{display:none;}
- Article last edited: 21-Nov-2017