coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: endrien on December 12, 2008, 12:49:24 AM

Title: How to change the logo on the Dfire theme?
Post by: endrien on December 12, 2008, 12:49:24 AM
How do I do it? I have a logo ready to go, but no idea how to change the default one.
Title: Re: How to change the logo on the Dfire theme?
Post by: François Keller on December 12, 2008, 07:24:28 AM
all design changes are made in the template.htm file from your theme (it's plain html)
Title: Re: How to change the logo on the Dfire theme?
Post by: Gizmo on December 13, 2008, 02:49:41 PM
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!  ;)).
Title: Re: How to change the logo on the Dfire theme?
Post by: Joachim Müller on December 21, 2008, 01:08:51 AM
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.