diff --git a/core/profiles/standard/config/install/block.block.bartik_footer.yml b/core/profiles/standard/config/install/block.block.bartik_footer.yml
index e98fcb8b67a00ffdce49d53102f4f183ec05bdd0..af960ec0d6285de8b769a44e6b5a087e62717ee6 100644
--- a/core/profiles/standard/config/install/block.block.bartik_footer.yml
+++ b/core/profiles/standard/config/install/block.block.bartik_footer.yml
@@ -9,7 +9,7 @@ settings:
   id: 'system_menu_block:footer'
   label: 'Footer menu'
   provider: system
-  label_display: visible
+  label_display: '0'
   cache:
     max_age: -1
     contexts: {  }
diff --git a/core/themes/bartik/css/components/footer.css b/core/themes/bartik/css/components/footer.css
index 0d7727d3bf7e685e3426819ce0513b6427c26399..9f5e47b70a41bf525c77a1c0612052d89e7b7980 100644
--- a/core/themes/bartik/css/components/footer.css
+++ b/core/themes/bartik/css/components/footer.css
@@ -42,6 +42,10 @@
     clear: none;
   }
 }
+#site-footer__wrapper h2 {
+  color: #c0c0c0;
+  color: rgba(255, 255, 255, 0.65);
+}
 #site-footer__wrapper .block .content {
   color: #c0c0c0;
   color: rgba(255, 255, 255, 0.65);
@@ -75,13 +79,6 @@
   padding: 0.5em 0;
   margin-top: 0;
 }
-#site-footer__bottom .block > h2 {
-  /* @extend .visually-hidden */
-  position: absolute !important;
-  clip: rect(1px, 1px, 1px, 1px);
-  overflow: hidden;
-  height: 1px;
-}
 #site-footer__bottom .block h2 {
   margin: 0;
 }