Skip to Main Content

User Interfaces Standing Committee

Working site for the UISC

Hiding "Expand My Results" slider

Hiding "Expand My Results" Slider

Objective:  Hiding "Expand My Results" slider in the Primo VE facet menu. Institutions may wish to do this to unclutter this menu, or to focus use full-text results.

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


/*Hide Expand My Results Slider*/
.switch-results { display:none; }