+
+ {%- endif %}
+
{%- block breadcrumb %}
{% include "breadcrumb.html" %}
{% endblock %}
diff --git a/f5_sphinx_theme/static/css/f5-theme.css b/f5_sphinx_theme/static/css/f5-theme.css
index 7bde3a2..79a4e75 100644
--- a/f5_sphinx_theme/static/css/f5-theme.css
+++ b/f5_sphinx_theme/static/css/f5-theme.css
@@ -1368,3 +1368,11 @@ This section here is the css styling for the dropdown menu
.dropdown:hover .dropbtn {
background-color: #002e63;
}
+
+.clouddocs-banner {
+ text-align: center;
+ width: 100%;
+ background-color: #ffcc00;
+ color: black;
+ font-weight: bold;
+}
diff --git a/f5_sphinx_theme/theme.conf b/f5_sphinx_theme/theme.conf
index 5fc63c9..7c99a12 100644
--- a/f5_sphinx_theme/theme.conf
+++ b/f5_sphinx_theme/theme.conf
@@ -18,3 +18,4 @@ sidebar_toc_maxdepth =
hide_right_menu =
show_project = True
display_last_updated =
+banner_msg =
{{ theme_banner_msg }}
+