 
	
		
		
		
		
			
Hi :)
Please I’m trying to change the logo for the mobile version but it’s not working. I followed the guide reported in your documentation but nothing, maybe I’m missing something:
add_filter('avf_logo','av_change_logo'); 
function av_change_logo($logo) { 
	if(wp_is_mobile( ) ) 
		{ 
			$logo = "http://aderal.es/desarrollo/wonderactive/wp-content/uploads/2019/11/wonderactive-logo-mobile.png"; 
		} 
	return $logo; 
}Website in private
Thanks in advance
Ok now it’s working, I don’t understand why. Yesterday and few momentos ago didn’t. We can close the thread :D
