remove text shadow
Posted: Wed Mar 11, 2015 11:29 am
by Oliver Fisk
Someone gave a me a solution to the text shadow problem.
I think it was javascript to run on page load.
But I lost it.
I tried: text.style.textShadow = "none";
But it did not work.
remove text shadow
Posted: Thu Mar 12, 2015 6:46 am
by Evgene Karachevtsev
Hello Oliver,
You may do this with css. Please look at these links:
http://www.w3schools.com/cssref/css3_...
http://stackoverflow.com/questions/13...
And please note that in fact custom CSS is outside the scope of our support.