Skip to Main Content

User Interfaces Standing Committee

Working site for the UISC

Hide bX Recommendations

Hiding bX Recommendations

Objective: There are no settings to select/filter content in the bX recommendations. This can cause issues when these recommendations lead to resource your institution doesn't provide access to. This code will hide the bX recommendations area.

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


/* Hide bx recommendations */
prm-recommendations { display: none; }

Code credit: Santa Fe College