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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.