diff --git a/frappe/public/icons/timeless/symbol-defs.svg b/frappe/public/icons/timeless/symbol-defs.svg
index d2c162161f..5e52336bfa 100644
--- a/frappe/public/icons/timeless/symbol-defs.svg
+++ b/frappe/public/icons/timeless/symbol-defs.svg
@@ -494,7 +494,7 @@
+ stroke="var(--icon-stroke)">
diff --git a/frappe/website/web_template/section_with_tabs/section_with_tabs.html b/frappe/website/web_template/section_with_tabs/section_with_tabs.html
index 5cf84b6ce4..116c0d220a 100644
--- a/frappe/website/web_template/section_with_tabs/section_with_tabs.html
+++ b/frappe/website/web_template/section_with_tabs/section_with_tabs.html
@@ -1,4 +1,6 @@
+{%- if title -%}
{{ title }}
+{%- endif -%}
{%- if subtitle -%}
{{ subtitle }}