ClincooClincoo Blog
๐Ÿ“˜ Guides

Change the Favicon, Logo, and Site Name in Clincoo

A safe order for replacing the tab icon, header logo, and brand text in a Clincoo template without breaking image links.

Clincoo templates almost always still use a sample logo. Replacing it is safer if you go in order: files first, then HTML links, then preview.

Prepare two files: a header logo (PNG or SVG) and a small favicon, ideally 32ร—32 or 64ร—64 pixels. Use simple filenames without spaces, for example logo.png and favicon.png. Put them in the same folder as the HTML or in assets if the template already uses that folder.

Find <link rel="icon" in <head> and point it at the new favicon. Then find the header <img> logo. Change the src and alt attributes. A good alt is the brand name, not "logo".

Update the site name in the header, footer, and tab title so they match. If one place still shows the template name, visitors will wonder who owns the site.

Preview on desktop and phone. Favicons sometimes stick in the browser cache; open a private window if the old icon remains. When it looks right, deploy.

โ† Kembali ke Clincoo Blog