Easy Step Change /Add wordpress Favicon with in WP Dashboard
- Go to Appearance>> Customize
- Click on Site Identity
- Site Title & Site Tagline Then Icon
Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. Upload one here!
Site Icons should be square and at least 512 × 512 pixels.
Edit your desired icon in MS paint or any app or photoshop, and upload.
Themes favicon Location
Its generally theme /assets/image/faicon just like Genesis.
How to Change Theme faicon with Functions .php ft genesis
Note i uploaded a png file to website root folder, you can convert png to ICO format.
How to remove or disable Favicon .ico in wordpress to speedup
Add rel icon empty date to header
<link rel=”icon”
type=”image/png”
href=”http://example.com/myicon.png”>
<link rel=”icon” href=”data:,”>
How to avoid Favicon Request chromed
This results in one more HTTP request and about 1.5KB extra overhead.
<link rel=”icon” href=”data:,”>
Favicon.ico Malware is also there.