How to change the logo on the Dfire theme? How to change the logo on the Dfire theme?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to change the logo on the Dfire theme?

Started by endrien, December 12, 2008, 12:49:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

endrien

How do I do it? I have a logo ready to go, but no idea how to change the default one.

François Keller

all design changes are made in the template.htm file from your theme (it's plain html)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Gizmo

It really depends on the theme but in this case the header image is changed in the style.css file.

Find in the style.css file and edit accordingly:

#menu {
background: url("images/menu.jpg") no-repeat;
width: 685px;
height: 125px;
float: left;
text-align: left;
}


Or just change your image name to "menu.jpg" (assuming it's a jpg file!  ;)).
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller

That's why board rules say that you need to post a link to your gallery. We need to take a look. Read up board rules, then do as suggested. It won't hurt to post a deep link to your header image as well.