diff --git a/changelog/fix-6182-hide-storefront-tooltip b/changelog/fix-6182-hide-storefront-tooltip
new file mode 100644
index 00000000000..aa54714f13d
--- /dev/null
+++ b/changelog/fix-6182-hide-storefront-tooltip
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Hide tooltip related to Storefront theme in Multi-Currency settings when Storefront is not the active theme
diff --git a/client/multi-currency-setup/tasks/store-settings-task/index.js b/client/multi-currency-setup/tasks/store-settings-task/index.js
index dbfc7381c08..9d37241733e 100644
--- a/client/multi-currency-setup/tasks/store-settings-task/index.js
+++ b/client/multi-currency-setup/tasks/store-settings-task/index.js
@@ -127,15 +127,14 @@ const StoreSettingsTask = () => {
'woocommerce-payments'
) }
/>
-
+
+ { __(
+ 'A currency switcher is also available in your widgets.',
+ 'woocommerce-payments'
+ ) }
+
>
) : null }
-
- { __(
- 'A currency switcher is also available in your widgets.',
- 'woocommerce-payments'
- ) }
-