Does anyone know the CSS code to take off the shadow behind text? (The Theme calls for shadowed text, but I need it off.)
Thanks!
-Aaron
Does anyone know the CSS code to take off the shadow behind text? (The Theme calls for shadowed text, but I need it off.)
Thanks!
-Aaron
Hi
Can you give a bit more info or a URL ? Which theme are you using and does the theme call for shadowed text in the headers or content area.
Hello Aaron.
text-shadow: none;
..should do the job - but we still need to know what part of the theme (selector) contains the shadow property.
For example, if it was your navigation menu, the following CSS should remove the text shadow:
#navigation {text-shadow: none;}
Best
John