Hello,   For example: function beforeInit(sender, config) { config.style = "box-shadow: 0 3px 30px green;" + config.style; } That syntax is: box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color];