From e14617ab92cedfb5f42e76a9968eba0bf63c1d81 Mon Sep 17 00:00:00 2001 From: Maggie Serino Date: Tue, 21 Jan 2025 10:21:35 +0100 Subject: [PATCH] TMZ-279 blur info message --- modules/template-parts/widgets/ehp-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/template-parts/widgets/ehp-header.php b/modules/template-parts/widgets/ehp-header.php index 40142b7..2f2c719 100644 --- a/modules/template-parts/widgets/ehp-header.php +++ b/modules/template-parts/widgets/ehp-header.php @@ -2541,7 +2541,7 @@ private function add_advanced_behavior_section(): void { [ 'type' => Controls_Manager::ALERT, 'alert_type' => 'info', - 'content' => esc_html__( 'Blur background will only work if the applied background has an opacity.', 'hello-plus' ), + 'content' => esc_html__( 'Add ', 'hello-plus' ) . ' ' . esc_html__( 'transparency', 'hello-plus' ) . '' . esc_html__( ' to both the Box and On Scroll background colors for Blur Background to take effect.', 'hello-plus' ), 'condition' => [ 'blur_background' => 'yes', ],