Ahoy,
I’m looking to add some dropshadow to the back of this text.
Please advise
Hey mcraig77,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then add custom class to your text and then add following code to Quick CSS
.your-custom-class * { text-shadow: 2px 2px #000000; }
Best regards,
Yigit
i know it with 3 values and a color
.your-custom-class * { text-shadow: 2px 3px 4px #000000; }
the first is the x-shift the second the y-shift the third is blur-value and the color is evident