I am using Opencart 3.0
I want to change the favicon for the "admin" area (not the front-end favicon).
Would you mind show me the path of the admin favicon .ico locate and I can replace it.
Thanks and regards,
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
add this
Code: Select all
if (is_file(DIR_IMAGE . $this->config->get('config_icon'))) {
$this->document->addLink(HTTPS_CATALOG . 'image/' . $this->config->get('config_icon'), 'icon');
}
Code: Select all
$data['description'] = $this->document->getDescription();
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Because when I google search my website and the google result page show the opencart square favicon (I am not sure why)
I already changed my own favicon for the front-end, not sure why google still showing the opencart "square" shape favicon ( so I doubt is it because of the admin area cause the issue)
Thanks,
I want to change the favicon for the "admin" area (not the front-end favicon).
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
When did you change it? Google will take some time to catch up ...andying123 wrote: ↑Thu Jan 23, 2020 9:19 amBecause when I google search my website and the google result page show the opencart square favicon (I am not sure why)
I already changed my own favicon for the front-end, not sure why google still showing the opencart "square" shape favicon ( so I doubt is it because of the admin area cause the issue)
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Users browsing this forum: nonnedelectari and 26 guests