diff --git a/app/views/hyrax/homepage/_home_content.html.erb b/app/views/hyrax/homepage/_home_content.html.erb
index ec03f25d..bc7ed67f 100644
--- a/app/views/hyrax/homepage/_home_content.html.erb
+++ b/app/views/hyrax/homepage/_home_content.html.erb
@@ -45,7 +45,7 @@
<%= t('hyrax.homepage.admin_sets.title') %>
- <%= render 'featured_collection_section' %>
+ <%#= render 'featured_collection_section' %>
<%# add check for featured researcher %>
<% if @presenter.display_featured_researcher? %>
diff --git a/app/views/themes/dc_repository/hyrax/homepage/_home_content.html.erb b/app/views/themes/dc_repository/hyrax/homepage/_home_content.html.erb
index 2720938e..b3f33460 100644
--- a/app/views/themes/dc_repository/hyrax/homepage/_home_content.html.erb
+++ b/app/views/themes/dc_repository/hyrax/homepage/_home_content.html.erb
@@ -19,7 +19,7 @@
<%# OVERRIDE: Hyrax v3.4.2 - add featured collections section, remove div classes %>
<%= t('hyrax.homepage.admin_sets.title') %>
- <%= render 'featured_collection_section' %>
+ <%#= render 'featured_collection_section' %>
<%# OVERRIDE: Hyrax v3.4.2 - add browse collection section, remove div classes %>
diff --git a/app/views/themes/institutional_repository/_ir_below_stats_layout.html.erb b/app/views/themes/institutional_repository/_ir_below_stats_layout.html.erb
index 8a952d04..4e00a43f 100644
--- a/app/views/themes/institutional_repository/_ir_below_stats_layout.html.erb
+++ b/app/views/themes/institutional_repository/_ir_below_stats_layout.html.erb
@@ -2,7 +2,7 @@
Featured Collections
- <%= render 'featured_collection_section' %>
+ <%#= render 'featured_collection_section' %>
diff --git a/app/views/themes/neutral_repository/_theme_container.html.erb b/app/views/themes/neutral_repository/_theme_container.html.erb
index 578944cd..3e60d70b 100644
--- a/app/views/themes/neutral_repository/_theme_container.html.erb
+++ b/app/views/themes/neutral_repository/_theme_container.html.erb
@@ -18,7 +18,7 @@
Collections
- <%= render 'featured_collection_section' %>
+ <%#= render 'featured_collection_section' %>