Page 1 of 1

Head icon(broswer tab icon)

Posted: 2021-11-05 03:04
by amyat
i want to change broswer tab icon(appgini icon) to change another
what should i need to write and where need to write?

<head>
<link rel="icon" href="images/favicon.ico" type="image/ico">
</head>
like that
can u help me

Re: Head icon(broswer tab icon)

Posted: 2021-11-05 15:30
by amyat
can i change head icon at hooks file area without overwrite header.php

Re: Head icon(broswer tab icon)

Posted: 2021-11-05 16:49
by pbottcher
Hi,

you can try to add to the hooks/header-extras.php

Code: Select all

<script>
$j("#browser_favicon").attr("href","PATHTOYOURIMAGE/YOURIMAGE");
</script>

Re: Head icon(broswer tab icon)

Posted: 2021-11-06 05:49
by amyat
thank you
have a great day