Title: changing header
Last modified: August 19, 2016

---

# changing header

 *  Resolved [zucchini21](https://wordpress.org/support/users/zucchini21/)
 * (@zucchini21)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/changing-header-4/)
 * Hallo!
    I have this wp [theme](http://www.hablogs.com/demo/?wptheme=Sleek-Wordpress)
   and I would like to replace the header with my own logo! That’s what I tried…
   but I didn’t succeed!
 * header.php:
 * I put this:
 * **<div id=”header_logo”>
    <img src=”<?php bloginfo(‘template_directory’); ?>images/
   dgclick.jpg” alt=”<?php bloginfo(‘name’); ?>” />
 * and deletet that:
 * <div id=”header_logo”>
    <h1 class=”blogtitle”>/” title=”<?php bloginfo(‘name’);?
   >”><?php bloginfo(‘name’); ?>
   </h1>
    <div class=”description”><?php bloginfo(‘
   description’); ?></div> </div>
 * somehow it only shows the alt text…so no logo 🙁
 * then I tried to change the css…
 * #header_logo {
    float: left; padding: 30px 30px 10px 30px; background: url(logo/
   dgclick.jpg) no-repeat;
 * }
    but it didn’t change anything… please help me!
 * thanks
    zucchini

Viewing 1 replies (of 1 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/changing-header-4/#post-996615)
 * Hi
 * This code needs a change
 *     ```
       <div id="header_logo">
       <img src="<?php bloginfo('template_directory'); ?>images/dgclick.jpg" alt="<?php bloginfo('name'); ?>" />
       ```
   
 * put a slash before the word images so it looks like this `?>/images/dgclick.jpg`

Viewing 1 replies (of 1 total)

The topic ‘changing header’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 1 reply
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [17 years, 1 month ago](https://wordpress.org/support/topic/changing-header-4/#post-996615)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
