[Theme] Keep it simple Favicon

Post Reply
User avatar
LRAM
Master Bludit
Posts: 199
Joined: Sat Sep 24, 2016 4:02 pm
Location: France
Has thanked: 22 times
Been thanked: 2 times
Contact:

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">
https://sucrepop.com
Candies for the ears
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

You can add the icon file in the theme folder like this: /bl-themes/keep-it-simple-2.1/img/favicon.png
Post Reply