XF 1.5 Help w/ changing logo_block

Hello!

I'm looking to change my logo on a website.

I've went into my template's files and directed myself to logo_block.css where the image is being grabbed.

It appears to be doing this: src="@headerLogoPath" .

Here's what it looks like right now: https://gyazo.com/13f554e8fdeac0583dc7fab85ad06894

When I changed it to:
src="https://i.gyazo.com/71a1e6a627abc79897a1b5c9bc0cb083.png"

It seems to have distorted itself:
https://gyazo.com/f9aed55cbf7b3b4a19a406b7fd9dbbc1

My question is how I can change the headerLogoPath, or if there's a way to center the image.


Thank you!
 
Oh hang on, you're on 1.5.

It's under header and navigation if i remember correctly. I don't think XF1 had a setting for favicon, you just uploaded it to the domain root but I may be wrong, it's been a while.
 
There should be a file called favicon.ico in the root of your domain, just overwrite the file with your new one. It may take some time for some browsers to pick it up though.
 
There should be a file called favicon.ico in the root of your domain, just overwrite the file with your new one. It may take some time for some browsers to pick it up though.
There doesn't seem to be a file called favicon.ico in my root directory. I've already added in the image that I want and set it as the favicon.ico, but it seems like it hasn't been registering. Been ~ 1 hr now.
 
You have it in the community directory it needs to be in the directory above that.

I also get:

Forbidden
You don't have permission to access /community/favicon.ico on this server.

Looking at your picture, its owned by root which may be why i can't see it.
 
You have it in the community directory it needs to be in the directory above that.

I also get:

Forbidden
You don't have permission to access /community/favicon.ico on this server.

Looking at your picture, its owned by root which may be why i can't see it.
Put it in the directory above it, how can I assign it permissions?
 
Top Bottom