Jump to content

Modifying Logo and Header


Guest scotty1234

Recommended Posts

Guest martino

Hi,

The logo image to change is:

\upload\skins\THEMENAME\styleImages\backgrounds\topHeader.gif

where THEMENAME is the name of the theme you are using.

Hope this helps

Martin

Link to comment
Share on other sites

Guest scotty1234

do you mean in the top header section? Mine says the following:

#topHeader {

text-align: right;

height: 36px;

margin-bottom: 20px;

padding-right: 0px;

padding-top: 68px;

}

Is it missing where the image should go?

Link to comment
Share on other sites

Guest martino

It should read:

#topHeader {

text-align: right;

height: 100px;

background-image: url(../styleImages/backgrounds/topHeader.gif);

background-repeat: no-repeat;

}

Martin

Link to comment
Share on other sites

Guest martino

Hi,

I don't know to be honest.

The only thing I would guess at (and it is only a guess) is that with your height, margin and padding settings, you have not left enough room to display the image you want.

Hope this helps

Martin

Link to comment
Share on other sites

where is the image file location ?

you don't seem to have the /styleImages/backgrounds/topHeader.gif in any of the default skin folders

Link to comment
Share on other sites

Guest martino

Hi,

That is your problem.

You need to rename your logo file to topHeader.gif and move it to the following folder:

\upload\skins\THEMENAME\styleImages\backgrounds\

Hope this helps

Martin

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...