A simple CSS code can overwrite the Avada WordPress theme default shadow property on footer and widget links. If you want to remove the shadow from Avada WordPress theme footer text, here is the code you can add to Avada theme settings (custom CSS area)


.copyright {
text-shadow: none;
}

.footer-area a{
text-shadow: none;
}