Delegate theme wordpress

3 replies
Hey,

Does anyone know how to remove the search bar from the navigation in the wootheme 'delegate'?

Thanks

Ricky
#delegate #theme #wordpress
  • Profile picture of the author YongC
    Open file header.php find

    <div class="search">

    <form method="get" id="searchform" action="<?php bloginfo('url'); ?>">

    <input type="text" class="field" name="s" id="s" value="<?php _e('Search...',woothemes); ?>" onfocus="if (this.value == '<?php _e('Search...',woothemes); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Search...',woothemes); ?>';}" />
    <input type="image" class="submit" name="submit" src="<?php bloginfo('template_directory'); ?>/images/searchsubmit.png" />

    </form>

    </div>

    Close or delete it
    {{ DiscussionBoard.errors[4393495].message }}
  • Profile picture of the author Ricky Dawn
    Ok never mind I think I have got it the nav bar just needed to be resized doh!

    {{ DiscussionBoard.errors[4398529].message }}

Trending Topics