How can I change text border color?
Posted: Mon Oct 06, 2014 8:57 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Miguel,
You can remove this default style for all app with following css rule:
pre
body .ui-content{
text-shadow: none;
}
/pre
Also you can use this css style for your own rules.
Regards.