How to change my websites browser pic

how do i change the picture of the browser tab for my site?Screenshot 2020-11-19 at 1.54.36 PM there is a globe like picture where i want my icon/logo. How do replace this? I probably have to do it in code, so can someone code how i would change this?

1 Like

Try this:
https://my.hostmonster.com/hosting/help/whats-a-favicon

1 Like

You have to add this HTML code to your site:

<link rel="shortcut icon" type="image/jpg" href="https://example.com/image.png"/>
6 Likes

ok thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.