diff --git a/themes/osi/functions.php b/themes/osi/functions.php
index 3be3513..698093b 100755
--- a/themes/osi/functions.php
+++ b/themes/osi/functions.php
@@ -294,6 +294,11 @@ function osi_add_block_editor_assets() {
*/
require get_template_directory() . '/inc/megamenu-featured.php';
+/**
+ * Mobile menu CTA field.
+ */
+require get_template_directory() . '/inc/menu-cta.php';
+
/**
* Color functions.
*/
diff --git a/themes/osi/header-ai.php b/themes/osi/header-ai.php
index 0f0442a..77d8e15 100755
--- a/themes/osi/header-ai.php
+++ b/themes/osi/header-ai.php
@@ -50,7 +50,12 @@
);
endif;
?>
-
+ ' . esc_html( $osi_cta['label'] ) . '';
+ }
+ ?>