diff --git a/modules/content/widgets/flex-hero.php b/modules/content/widgets/flex-hero.php index c8a85dd..0b9f88d 100644 --- a/modules/content/widgets/flex-hero.php +++ b/modules/content/widgets/flex-hero.php @@ -1422,7 +1422,7 @@ protected function add_style_box_section() { 'unit' => 'px', ], 'selectors' => [ - '{{WRAPPER}} .ehp-hero' => '--hero-button-border-width: {{SIZE}}{{UNIT}};', + '{{WRAPPER}} .ehp-flex-hero' => '--flex-hero-box-border-width: {{SIZE}}{{UNIT}};', ], 'condition' => [ 'show_box_border' => 'yes', @@ -1439,7 +1439,7 @@ protected function add_style_box_section() { 'default' => Global_Colors::COLOR_TEXT, ], 'selectors' => [ - '{{WRAPPER}} .ehp-hero' => '--hero-button-border-color: {{VALUE}}', + '{{WRAPPER}} .ehp-flex-hero' => '--flex-hero-box-border-color: {{VALUE}}', ], 'condition' => [ 'show_box_border' => 'yes',