HI Enfold people.
I wanted to know if it was possible to put an animated gif into the logo area of the header on enfold?
If i do this the logo is not animated
thank you :-)
Hey hidralmac!
Thank you for using Enfold.
Upload the gif image then set it as logo in the functions.php file:
add_filter('avf_logo','av_change_logo');
function av_change_logo($logo)
{
$logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
return $logo;
}
Regards,
Ismael
Hey Ismael, thank you very very much for your support. I will try this out.
Is this modification safe for update?
Kind Regards
Hidralmac
Works perfect! Thank you