Skip to Main Content

User Interfaces Standing Committee

Working site for the UISC

Custom Location Display

Custom Location Display

Objective: Format the availability line for print items with additional characters/words.

Before:

After:

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


/*custom location display */
.locations-link {font-weight: normal;}
.best-location-library-code::after {content: ","; }
.availability-line-parenthesis {display: none;}
.best-location-delivery {font-weight: 600;}
span.best-location-sub-location::after {content: " --"; }
.best-location-delivery::before {content: "Call number: “; } 


Code credit: Santa Fe College