Page 1 of 1

[Theme] Keep it simple Favicon

Posted: Wed Jan 02, 2019 8:33 am
by LRAM
Hi
I would like to implement my own favicon. In the code is indicated this path

<link rel="shortcut icon" href="https://lucy-racquel-and-me.com/bl-them ... avicon.png" type="image/png">

this one doesn't exist
I do have a css/img directory but no trace of the favicon image
a favicon generator - https://realfavicongenerator.net/ ask me to add this in the head

Code: Select all

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

Re: [Theme] Keep it simple Favicon

Posted: Wed Jan 02, 2019 5:11 pm
by diego
You can add the icon file in the theme folder like this: /bl-themes/keep-it-simple-2.1/img/favicon.png