• Hi,

    Trying to use a favicon package so I have my preferred image across all devices on bookmarks, app screens, etc.

    It requires several images to be added to the root and this code to be added to the head of a website

    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
    <meta name="msapplication-TileColor" content="#da532c">
    <meta name="theme-color" content="#ffffff">

    The favicon checker tool says the following:

    There is an Apple Touch icon
    The 180×180 Apple Touch icon is present
    There is an Apple Touch icon in the root directory
    Image http://www.example.com/wp-content/plugins/wptouch/admin/images/default-bookmark.png may not be useful regarding its size

    I believe the WPtouch default bookmark image is overriding the favicon settings. Can this be fixed in the settings/code of the app?

    Thanks for your time and assistance!

The topic ‘Favicon and WPtouch’ is closed to new replies.