Closed (fixed)
Project:
Blue Zinfandel
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
12 Nov 2007 at 21:53 UTC
Updated:
10 Mar 2009 at 02:20 UTC
Dear All,
instead of the "image text" that appearing giving the name of the site, I would like to put a personal image representing the logo of my company. taking into account the image format, its size and URL, how should I modify the theme file to achieve my goal ?
Thank you in advance for your contribution.
Mike.
Comments
Comment #1
Ole Martin commentedPut some more code ( in style.css) to your header like this:
Code
Comment #2
ipwa commentedAdding the CSS here and closing issue:
#header {
background: #FFFFFF url('images/din-logo.xxx') repeat-x;
width: 760px;
margin: 0px auto 0px;
padding: 10px 0px 10px 0px;
text-align: center;
border-top: 5px solid #658DB5;
text-transform: uppercase;
}
Comment #3
ipwa commented