Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1489243

    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

    • This topic was modified 3 weeks, 3 days ago by koomo.
    • This topic was modified 3 weeks, 3 days ago by koomo.
    #1489248

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo to small [solved]’ is closed to new replies.