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

    When I access my website on my iPhone the favicon is not picked up by the Safari app and stored in the favorites section. Instead a default favicon is used by the iPhone. This does not occur for other websites. Does ENFOLD not present a link to the favicon for mobile devices? How can I solve this problem? Thank you.

    #603374

    Hi envatojlc!

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

    function add_custom_code(){
    ?>
    <link rel="apple-touch-icon" href="/your-custom-icon.png"/>
    <?php
    }
    add_action('wp_head', 'add_custom_code');

    Cheers!
    Yigit

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