NEU-Libraries / scholar-onesearch

Scholar OneSearch - Northeastern University Libraries' Primo implementation CSS/JS and HTML code snippets.
scholaronesearch.northeastern.edu
10 stars 4 forks source link

CSS change needed to hide 'Held by Library' in 'Show Only' section #401

Closed rmcnally closed 3 years ago

rmcnally commented 3 years ago

To remove the 'Held by Library' option here, we need to add some lines to the CSS.

image

Around Line 264 in custom1, add:

/ Hide facet Held by library / [data-facet-value="tlevel-available_p"] { display:none !important;}

https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/050Display_Configuration/010Configuring_Discovery_Views_for_Primo_VE#Configuring_the_Brief_Results_Page

gam5 commented 3 years ago

This is just for VE?

rmcnally commented 3 years ago

Yeah, no rush.

gam5 commented 3 years ago

Done