elementor/elementor

Feature Request: Text Shadow Controller

ramiy opened this issue · 5 comments

ramiy commented

Description

It would be awesome if there could be a "Text Shadow" controller.

text-shadow: {horizontal-shadow} {vertical-shadow} {blur} {color);

Elementor already has a similar (and a very useful) "Box Shadow" controller.

box-shadow: {horizontal-shadow} {vertical-shadow} {blur} {spread} {color};

elementor-box-shadow-controller

ramiy commented

I should mention that the text-shadow property has better browser support than box-shadow.

As a current workaround you can add the CSS you need to do this in the "Custom CSS" field.

ramiy commented

Yes, I know that but I'm not talking as a user, I'm talking as a plugin developer.

Firsts I wanted to develop my own text shadow widget. But on second thought - a core Elementor controller seemed to be a better solution. This way all the widgets can use it. Including external plugin developers.

Sorry I misunderstood :)