How do I turn off "text-shadow"? By default it turns out the CSS is setting all text to have a shadow.
Tiggr('id').css('text-shadow', 'none');
Where and how do I implement this?
Add 'Load' event to screen and then use Run Custom JavaScript action.
Thanks.
Now, the screen doesn't work in preview: http://www.tiggzi.com/preview/24572/m...
code
Tiggr('id').css('text-shadow', 'none');
/code
id - it should be the id of the label component.
Still doesn't work, here's what I entered:
Tiggr('SCtitle').css('text-shadow', 'none');
Tiggr('SCadd1').css('text-shadow', 'none');
Tiggr('SCadd2').css('text-shadow', 'none');
Can you share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?
The app is already shared with Support.