| @@ -236,8 +236,16 @@ | ||
| 236 | 236 | ], |
| 237 | 237 | ] |
| 238 | 238 | ); |
| 239 | 239 | |
| 240 | + $this->add_group_control( | |
| 241 | + Group_Control_Text_Shadow::get_type(), | |
| 242 | + [ | |
| 243 | + 'name' => 'title_shadow', | |
| 244 | + 'selector' => '{{WRAPPER}} .elementor-alert-title', | |
| 245 | + ] | |
| 246 | + ); | |
| 247 | + | |
| 240 | 248 | $this->end_controls_section(); |
| 241 | 249 | |
| 242 | 250 | $this->start_controls_section( |
| 243 | 251 | 'section_description', |
| @@ -265,8 +273,16 @@ | ||
| 265 | 273 | 'selector' => '{{WRAPPER}} .elementor-alert-description', |
| 266 | 274 | 'global' => [ |
| 267 | 275 | 'default' => Global_Typography::TYPOGRAPHY_TEXT, |
| 268 | 276 | ], |
| 277 | + ] | |
| 278 | + ); | |
| 279 | + | |
| 280 | + $this->add_group_control( | |
| 281 | + Group_Control_Text_Shadow::get_type(), | |
| 282 | + [ | |
| 283 | + 'name' => 'description_shadow', | |
| 284 | + 'selector' => '{{WRAPPER}} .elementor-alert-description', | |
| 269 | 285 | ] |
| 270 | 286 | ); |
| 271 | 287 | |
| 272 | 288 | $this->end_controls_section(); |