Fav Icon On Inomads

Started by HendersonS, May 17, 2022, 10:40:37 AM

Previous topic - Next topic

HendersonS

Hello everyone,

Is there a way to put a custom favorite icon in the inomads template?

Mike King

In the Options screen for the template there is an HTML tab which provides a field where you can add you own header META tags.

While it the description says META, you can also include <link> tags, thus you can define a custom favorite ICON based on the chosen template.

The entry would look something like this:

<link rel="icon" type="image/png" href="http://example.com/myicon.png">


Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

HendersonS

Mike,

thank you very much! it worked!