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

    see private reply

    • This topic was modified 8 years, 11 months ago by kbasanti.
    #446425

    Hey kbasanti!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
    if(wp_is_mobile()){
        $link = "tel:0401786376";
    }
        return $link;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.