• Resolved dbtbandit67

    (@dbtbandit67)


    I am running a web site using a modified Twenty Eleven 1.2 on WordPress 3.2.1

    Here is the site.

    My question: How do I completely remove the top header/search section so the very top of the page is the menu? The gray shade would be the very top of course, but I want the content to begin with the menu.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1) Make a backup of header.php
    2) Remove all code starting from here:

    <hgroup>
    .
    .
    .
    <?php get_search_form(); ?>
    <?php endif; ?>

    to the above

    Try leaving the beginning header, ending header and nav stuff in. If it looks fine, its ok.

    3) Save as header.php

    Thread Starter dbtbandit67

    (@dbtbandit67)

    Thank you, that is exactly it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I completely remove header/search section?’ is closed to new replies.