At our site - building with X - we notice in the footer text, which has dark grey as background, looks like it has white outlines or so. Can you give us an explanation for this? And hopefully an answer how to solve this? Thanks.
Hi there,
We could add a custom CSS to get rid of the text shadow.
Please provide the URL of your site so that we can check.
Thank you.
Hi there,
Please add this code in the custom CSS:
.widget {
text-shadow: none;
}
Hope this helps.
yes, this helped! Thanks very much.
How is that possible. I did not create a shodow - as far as I know.
Hi there,
You’re welcome. It was a default CSS site that is part of the theme.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.