Title: Strange looking header
Last modified: August 19, 2016

---

# Strange looking header

 *  [andreasdk](https://wordpress.org/support/users/andreasdk/)
 * (@andreasdk)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/)
 * I am using the Mandigo theme at [http://www.broen-fredericia.dk/website](http://www.broen-fredericia.dk/website)
   and have uploaded a logo but it sits beneath the Site name and description.
 * Can I remove those completely so that the logo is all I have in the top along
   with the nav bar of course?

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [webjunk](https://wordpress.org/support/users/webjunk/)
 * (@webjunk)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551101)
 * Yes you can remove them.
    Should be in the theme’s Header.php Look for the code
   that has:
 * bloginfo(‘description’)
 * bloginfo(‘name’)
 * Remove the html/css tags as well for them (only)
 *  Thread Starter [andreasdk](https://wordpress.org/support/users/andreasdk/)
 * (@andreasdk)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551189)
 * I have just tried fiddling with the header.php but i cannot seem to find the 
   right place.
 * Can you please tell me what it is I need to remove?
 *  Thread Starter [andreasdk](https://wordpress.org/support/users/andreasdk/)
 * (@andreasdk)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551190)
 * Sorry about that….
 * Header.php file:
 * [Large code excerpt removed by moderator. Per forum rules, please use [the pastebin](http://wordpress.pastebin.com/)
   for all large code excerpts. It works better anyway.]
 *  Thread Starter [andreasdk](https://wordpress.org/support/users/andreasdk/)
 * (@andreasdk)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551194)
 * [http://wordpress.pastebin.com/9gT0LwSt](http://wordpress.pastebin.com/9gT0LwSt)
 *  [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * (@chinmoy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551202)
 *     ```
       #
       <?php
       #
               // unless we chose to hide the blogname
       #
               if (!$mandigo_options['header_blogname_hide']) {
       #
       ?>
       #
                       <<?php echo $tag_blogname; ?> class="blogname" id="blogname"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></<?php echo $tag_blogname; ?>>
       #
       <?php
       #
               }
       #
   
       #
   
       #
   
       #
               // if blog description is set and unless we chose to hide it
       #
               if (!$mandigo_options['header_blogdesc_hide'] && get_bloginfo('description')) {
       #
       ?>
       #
                       <<?php echo $tag_blogdesc; ?> class="blogdesc" id="blogdesc"><?php bloginfo('description'); ?></<?php echo $tag_blogdesc; ?>>
       #
       <?php
       #
               }
       #
   
       #
   
       #
   
       #
               // this is the top navigation:
       #
               // the first <li> tag is the link to the homepage
       #
       ?>
       ```
   
 * Remove this code

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Strange looking header’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [Chinmoy](https://wordpress.org/support/users/chinmoy/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/strange-looking-header/#post-1551202)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
