Hi
I have noticed that the fonts show a shadow. ie. if you have yellow writing on black.
It makes the the words illegible.
How do I get rid of it and why is it there in the first place?
Thx
Hi
I have noticed that the fonts show a shadow. ie. if you have yellow writing on black.
It makes the the words illegible.
How do I get rid of it and why is it there in the first place?
Thx
Hello Deon,
You can set text-shadow for all labels on the page content component:
pre.ui-content{
text-shadow: 1px 1px 2px black, 0 0 1em red;
}/pre
Hi
I dont want a shadow. appery puts it in automatically.
If so - just set it's value to "none":
pre.ui-content{
text-shadow: none;
}/pre
Thank you.