diff --git a/app/assets/stylesheets/adl-overrides/adl-overrides.scss b/app/assets/stylesheets/adl-overrides/adl-overrides.scss index 33e5a2b8..d984801f 100644 --- a/app/assets/stylesheets/adl-overrides/adl-overrides.scss +++ b/app/assets/stylesheets/adl-overrides/adl-overrides.scss @@ -511,9 +511,9 @@ body.works-show.adl_show { //hides the visibility badge on top of work show page & hides the "user collection" labels in search results .panel-default .panel-heading small span.label, -.search-results-title-row span.label, +.search-results-title-row span.badge, .hyc-title span.label, .title-with-badges span.label, -.collection-title-row-content span.label { +.collection-title-row-content span.badge { display: none; }