PluginProbe
Elementor Website Builder – more than just a page builder / 3.2.0
Elementor Website Builder – more than just a page builder v3.2.0
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | includes/widgets/alert.php +16 -0 3.1.43.2.0 View file →
@@ -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();