4795209
Member
Posted 2 years ago #
I created a template/theme using Artisteer. I like the template fine, but not the favicon. How would I change the favicon without screwing up the theme imagery? Is there an indirect way I could delete the old favicon and replace it with a new one using FileZilla? Or would it be easier to log into the wp-admin Cpanel somehow and finding it there somehow?
Just upload your favicon.ico to your root directory of your site and the browser should pick up on it automatically. If that doesn't work, use this code,
<link rel="shortcut icon" href="/favicon.ico" />
4795209
Member
Posted 2 years ago #
Hate to admit this, but I don't know how you "upload to blog root directory." Since I have a theme/template, I'm unclear how you access this level of control or find where this is.
I'm used to doing HTML and messing with Joomla, so I'm still learning WordPress. Do I go to Appearance, then Themes, then Editor, but then what? I don't get the next step.