Help removing header from DynaBlue 1.1 theme please?

3 replies
Hello everyone! I just started a new website and I finally found a theme that I like very much. The only problem is that it has a big annoying header with a twitter and rss feed button that I want completely off of my website.

I know you have to go into the header.php file and take out some code in order to get rid of this portion but I don't know what parts of the code to take out without it messing up my other stuff.

basically to make it easier for you to understand what I want.

here is my website ...

howtomakeyourexwantyou(dot)net

I want it to look like this website ...

groomweddingspeech(dot)org

If you need me to post the code from the header.php file please let me know.

I am desperate to get this thing off!
#dynablue #header #removing #theme
  • Profile picture of the author pjCheviot
    Banned
    Hi

    If you are happy to either comment out (easier to revert back IF you ever feel the need!) or delete (see the note below!) the code in header.php then you need to get rid of all of the following:-

    Code:
    <div id="board">
        <div id="board_left">
            <div id="board_items">
                <div id="board_body">
                    <h2>Featured Posts</h2>
                    <div id="board_carusel">
                        <div class="belt">
                        <?php  = carousel_featured_posts(FEATURED_POSTS); ?>
                        </div>
                    </div>
                </div>
                <ul id="board_carusel_nav">
                    <li><a href="javascript:stepcarousel.stepBy('board_carusel', -1)"><img src="<?php bloginfo('template_url')?>/images/button_prev.png" alt="Prev" /></a></li>
                    <li><a href="javascript:stepcarousel.stepBy('board_carusel', 1)"><img src="<?php bloginfo('template_url')?>/images/button_next.png" alt="Next" /></a></li>
                </ul>
            </div>
        </div>
        <div id="board_links">
            <a href="<?php bloginfo('rss2_url'); ?>" title="Rss"><img src="<?php bloginfo('template_url')?>/images/button_rss.png" alt="<?php bloginfo('name'); ?> Rss" /></a>
            <a href="<?php echo theme_twitter_link_show(); ?>"><img src="<?php bloginfo('template_url')?>/images/button_twitter.png" alt="" /></a>
        </div>
    </div>
    Make sure you have an original copy of header.php somewhere - in case of an accident
    {{ DiscussionBoard.errors[4122192].message }}
  • Profile picture of the author rekerlolz
    Wooot! Thanks man you are awesome! I have been trying to figure that out for a few days now! Cheers!
    {{ DiscussionBoard.errors[4125266].message }}
  • Profile picture of the author pjCheviot
    Banned
    You're welcome
    {{ DiscussionBoard.errors[4125904].message }}

Trending Topics