Now Ajax

Now Numbering

How to Remove Footer Text Shadow From Avada WordPress Theme

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; }

Read More