how do i change the picture of the browser tab for my site? 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
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.