| @@ -255,8 +255,16 @@ | ||
| 255 | 255 | ], |
| 256 | 256 | ] |
| 257 | 257 | ); |
| 258 | 258 | |
| 259 | + $this->add_group_control( | |
| 260 | + Group_Control_Text_Shadow::get_type(), | |
| 261 | + [ | |
| 262 | + 'name' => 'bar_inner_shadow', | |
| 263 | + 'selector' => '{{WRAPPER}} .elementor-progress-bar', | |
| 264 | + ] | |
| 265 | + ); | |
| 266 | + | |
| 259 | 267 | $this->end_controls_section(); |
| 260 | 268 | |
| 261 | 269 | $this->start_controls_section( |
| 262 | 270 | 'section_title', |
| @@ -287,8 +295,16 @@ | ||
| 287 | 295 | 'selector' => '{{WRAPPER}} .elementor-title', |
| 288 | 296 | 'global' => [ |
| 289 | 297 | 'default' => Global_Typography::TYPOGRAPHY_TEXT, |
| 290 | 298 | ], |
| 299 | + ] | |
| 300 | + ); | |
| 301 | + | |
| 302 | + $this->add_group_control( | |
| 303 | + Group_Control_Text_Shadow::get_type(), | |
| 304 | + [ | |
| 305 | + 'name' => 'title_shadow', | |
| 306 | + 'selector' => '{{WRAPPER}} .elementor-title', | |
| 291 | 307 | ] |
| 292 | 308 | ); |
| 293 | 309 | |
| 294 | 310 | $this->end_controls_section(); |