How to Remove Footer Text Shadow From Avada WordPress Theme

by | Feb 6, 2015

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

About Marshall
Marshall is creative head at Elicus and works with the team to bring ideas to life. He is strongly focused on delivering a quality experience to clients and customers.

0 Comments