diff --git a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css
index e0b53829d9c4e2b28b13da62aaf6176c43053efd..4c068c3187c5842bcd1e519eb275d76a4cdcfc3d 100644
--- a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css
+++ b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css
@@ -231,6 +231,10 @@ h2, h3 {
 
 /* end title images */
 
+#overview.iframed h2 {
+     display: none;
+}
+
 .iframed h2 {
      margin: 14px 0 -1px;
 }
diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
index 83e949d2c862bf932aec8849648d41de908f8b29..63a63b850983832470fde8c881c2dae5191278c9 100644
--- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
+++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css
@@ -352,6 +352,10 @@ h2, h3 {
      position: relative;
 }
 
+#overview.iframed h2 {
+     display: none;
+}
+
 .iframed h2, .iframed h3 {
      margin-top: 14px;
 }