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

Ole Martin’s picture

Put some more code ( in style.css) to your header like this:
Code

ipwa’s picture

Adding 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;
}

ipwa’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.