Remove shadow from text #2437
Answered
by
iBug
edualvarado
asked this question in
Q&A
Remove shadow from text
#2437
-
Hello, I have a "splash" page with some text. Additionally, I am using a white background. The text, however, shows a shadow that I would like to remove, to leave a normal font. This is the current appearance: https://i.imgur.com/T5HDDe8.jpg Is it possible to remove such shadow? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
iBug
Mar 15, 2020
Replies: 2 comments
-
Add |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mmistakes
-
Perfect, thank you! It worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
box-shadow: none;
to the text and the shadow is gone.