diff --git a/src/app/shared/browse-by/browse-by.component.ts b/src/app/shared/browse-by/browse-by.component.ts
index eba468827c..6f61c03076 100644
--- a/src/app/shared/browse-by/browse-by.component.ts
+++ b/src/app/shared/browse-by/browse-by.component.ts
@@ -38,6 +38,11 @@ export class BrowseByComponent implements OnInit, OnDestroy {
*/
@Input() title: string;
+ /**
+ * Whether the title should be displayed
+ */
+ @Input() displayTitle = true;
+
/**
* The list of objects to display
*/
diff --git a/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html b/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html
index d0fd33a834..b0d72f4a72 100644
--- a/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html
+++ b/src/app/shared/comcol/comcol-page-browse-by/comcol-page-browse-by.component.html
@@ -1,4 +1,4 @@
-
{{'browse.comcol.head' | translate}}
+
{{'browse.comcol.head' | translate}}