I dont know how to change the image or remove that wordpress logo which shows on the left hand side of the browser where it is typed www.mywebsite.com For eg:in my browser to the left of the location where I typed in the URL http://forums.digitalpoint.com/ Code (markup): there is an image of a triangle.So as I am using Mystique theme,its showing a wordpress logo in the top.Can someone tell me how to remove it? Thanks
need to make an icon that you want to display ( i use iconsushi get it here) now create a bitmap, png whatever and then open it with iconsushi and convert it to icon or ico file - then you need to save it as favicon.ico - then you would need to upload that to your website directory - then you need to add the following to your head, right below your meta tags <link rel="SHORTCUT ICON" href="http://yourwebsiteurl.com/favicon.ico" />
It is called favicon. If you are using Mytique, you can look where this favicon is stored in the files. it can be inside images folder. Make your own, and replace the old one, upload in the server. I hope that will help.