Recent Topics

Members
Stats
  • Total Posts: 10,737
  • Total Topics: 1,372
  • Online today: 229
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 186
Total: 186

Change the banner

Started by Kablan, Oct 01, 11, 01:07:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kablan

Hello.

I use newest SMF version, 2.0.1
I'm using Nocturno 2.0 theme, and Iwas wondering if it was possible to change the Nocturno image in the header and replace it with custom log. And if it is, where that picture is found/where in the code I can find reference to it.

thanks for all the help,

Regards,
Kablan

Edit: Changed title to better advocate my needs.

Crip

hi,
css/index.css find:


}
#logo {
position: absolute;
top: 5em;
left: 20px;
display: block;
width: 270px;
height: 49px;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat;
}
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Kablan

Ohhhh,search for logo..... I feel so stupid right now, I just searched the index.css for Header and Banner.

Thanks a million, Crip! Kudos for the theme, it's absolutely brilliant.

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

carsch

You can also just swap out the logo image.  Crip usually puts them in the location

/themename/images/img

and they're almost always called

logo.png

In the Actualism theme, he put the logo in

/themename/images/art

With your FTP client, upload your new logo.png and when it asks you whether you want to replace it, say "yes." 

Note that your uploaded has to be the same size as the original or it will stretch.  This method is for when you like the size and location of the logo, just what the logo says itself and/or don't want to mess with CSS.

Kablan

#5
Thanks carsch, that works aswell!

I've wandered into another problem that I hope you can help with.

The two black "beams" you have above and below the banner, is there any way to remove those?
I've made pretty blue lines describing where I mean in the linked picture.

http://i.imgur.com/xrjBa.png

Edit: I've checked the index.css for any telltale signs of the code, I've even tried to edit some could that I could've been - no luck yet.

Crip

#6
You can edit the top/bot bars simply by Cropping off the top part & Cropping off the bottom part..

it's a Image -------

..photo Shop will do it.
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Kablan

Thanks for the reply, Crip.

Which picture do I have to crop?

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Kablan

Once again you solve my problem. Thanks Crip, you rock!