diff --git a/templates/blocks/block.html.twig b/templates/blocks/block.html.twig
index fd4fb29600e0a382cf1465081aceaef9b41fc1ec..7793c74802c1ef864fb8dd705f85c4c9c6ac859d 100644
--- a/templates/blocks/block.html.twig
+++ b/templates/blocks/block.html.twig
@@ -45,7 +45,7 @@
     {{ title_prefix }}
     {% if label %}
       {% if heading_level %}
-        <{{ heading_level }}{{ title_attributes }}>{{ label }}</{{ heading_level }}>
+        <{{ heading_level }}{{ title_attributes }} class="block-title">{{ label }}</{{ heading_level }}>
       {% else %}
         <h2{{ title_attributes }}>{{ label }}</h2>
       {% endif %}
diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index a4d0dc49b069e78dbabb43a044ca143b39ec8e1d..afb159902b9956b74bef8a1edc1b3898086b60fb 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -262,7 +262,6 @@ function uw_fdsu_theme_resp_preprocess_region(&$variables) {
         'uw-menu-global-footer',
         FALSE
       );
-    $test = '';
   }
 
   $variables['language'] = \Drupal::languageManager()->getCurrentLanguage();