News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Changing logo in Inferno Template doesnt work.

Started by IceBear, October 20, 2014, 09:04:34 AM

Previous topic - Next topic

IceBear

Changing logo in Inferno Template doesnt work.

I tried to follow this instruction.
Upload your logo/banner to someplace handy. A good place to have the file hosted is, of course, the root of your forum. Note where it is, and figure out its URL. If you are using cpanel, you can use cpanel to tell you the link to the file. Copy the URL.
Login to your forum and go to Admin > Configuration > Current Theme
In the text input labelled Logo image URL:, enter the URL you copied earlier.
Select the Save button to save your change.

But there are no option to add or change the logo there...
I dont know if that is beacuse of the Theme ...

So I edited the original logo and uploaded it to replace the original file instead, one way of workaround....


mashby

There is a support topic for that theme as well as a separate site (http://dzinerstudio.com/).

However, the way you did it would work just as well, right?
Always be a little kinder than necessary.
- James M. Barrie

ARG01

The logo for Inferno is located in Themes> Inferno> images> custom. The original file is in png format. Make sure that the new image is named logo and in .png format  (logo.png). Then simply overwrite the old with the new.
Now, if your new logo image is a different size than the original, you may need to adjust the size in index.css.

#logo a {
float: left;
display: block;
width: 350px;
height: 110px;
background: url(../images/custom/logo.png) no-repeat;
}


If the new image is larger in height than the original, you may need to adjust the header height as well.

#header {
background: url(../images/custom/header.png) repeat-x;
height: 110px;
}
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

IceBear


Advertisement: