Page 1 of 2

Turn Off Text Shadow

Posted: Mon Feb 06, 2012 6:22 pm
by JamesJimmycoMarcus

How do I turn off "text-shadow"? By default it turns out the CSS is setting all text to have a shadow. Image


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 6:49 pm
by maxkatz

Tiggr('id').css('text-shadow', 'none');


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 7:35 pm
by JamesJimmycoMarcus

Where and how do I implement this?


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 7:37 pm
by maxkatz

Add 'Load' event to screen and then use Run Custom JavaScript action.


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 7:48 pm
by JamesJimmycoMarcus

Thanks.


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 7:52 pm
by JamesJimmycoMarcus

Now, the screen doesn't work in preview: http://www.tiggzi.com/preview/24572/m...


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 7:55 pm
by maxkatz

code
Tiggr('id').css('text-shadow', 'none');
/code

id - it should be the id of the label component.


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 8:16 pm
by JamesJimmycoMarcus

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');


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 8:55 pm
by maxkatz

Can you share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?


Turn Off Text Shadow

Posted: Mon Feb 06, 2012 8:55 pm
by JamesJimmycoMarcus

The app is already shared with Support.