Hi again,
We changed our logo on https://privatetours.jp/
And it’s JUST small when size is 750×156.
When not using Transparency Logo all fine, but with Transparency Logo On the size isn’t correct. We cleared all cache all over and …?
Also using below to have a specific logo on mobile. It works on all pages but not the Homepage
add_filter(‘avf_logo’, ‘av_change_logo’);
function av_change_logo($logo) {
if(wp_is_mobile()) {
$logo = “https://privatetours.jp/wp-content/uploads/2025/09/logo.png”; // Replace with your mobile logo URL
}
return $logo;
}
Thank you for your support.
Best,
Xavier
Hey koomo,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard