Skip to content

Commit

Permalink
TMZ-279 blur info message
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino committed Jan 21, 2025
1 parent 94bc121 commit e14617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/template-parts/widgets/ehp-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) . ' <a href="https://elementor.com/help/choose-color/" target="_blank">' . esc_html__( 'transparency', 'hello-plus' ) . '</a>' . esc_html__( ' to both the Box and On Scroll background colors for Blur Background to take effect.', 'hello-plus' ),
'condition' => [
'blur_background' => 'yes',
],
Expand Down

0 comments on commit e14617a

Please sign in to comment.