JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Turn Off Text Shadow

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

JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

Where and how do I implement this?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Turn Off Text Shadow

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

JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

Thanks.

JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Turn Off Text Shadow

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

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

JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Turn Off Text Shadow

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

JamesJimmycoMarcus
Posts: 0
Joined: Mon Feb 06, 2012 6:22 pm

Turn Off Text Shadow

The app is already shared with Support.

Return to “Issues”