Fabicon how to change it

Hello Rachel,

In this case usually the themes have additional options where to add the APP icon for your website, twenty twenty usually do not have this option so you must add it through a code that you can add with the plugin

Once you install and activate the plugin you must go to the Code Snippets section and Add a new one, within this you must add the following code

function ejr_apple_touch_icon() {
$appletouchicon = ‘‘;

echo $appletouchicon;
}
add_action(‘wp_head’, ‘ejr_apple_touch_icon’);

Keep in mind that you must create the icons of your website according to each device and replace the URL of these with what you create, for example these icons you can upload Media -> Library and copy the url of this

Save the changes and check if this manages to add what you want

A greeting

AnswerQuote

Answered: 05/24/2021 5:10 pm

See also  Fileupload.. view files uploaded by a user.. in joomla...
Loading Facebook Comments ...
Loading Disqus Comments ...