diff --git a/login.html b/login.html
index 2e1476577dca934c01845dbb5f1f81e9f971da91..f246dc1ccf4a6296e4b9c9bd105a60d570ea1979 100644
--- a/login.html
+++ b/login.html
@@ -2,7 +2,7 @@
 https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html -->
 {% extends "templates/login.html" %}
 
-{% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
+<!-- {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} -->
 <!-- {% set csusb_hub_subtitle = 'test announcement message' %} -->
 <!-- {% set csusb_welcome = 'For more information about HPC at CSUSB, visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a>' %} -->
 <!-- 
@@ -13,13 +13,13 @@ Where is login_widget located
 {% block main %}
 <div class="container text-center csusb">
     <h1>{{ csusb_hub_title }}</h1>
-    <h4>
+    <!-- <h4>
       <p>
       {% if csusb_welcome %}
       {{ (csusb_welcome | safe) }}
       {% else %}
       </p>
-    </h4>
+    </h4> -->
 </div>
 {{ super() }}
 {% endblock %}
\ No newline at end of file