• Resolved schneijc

    (@schneijc)


    On my site http://collegeentrepreneurshipblog.com/ I’m using a slightly modified Blueez for my theme (http://wordpress.org/extend/themes/blueez). For the past two days I’ve been trying to remove the search bar at the top (which does not work for some reasons) but I have no knowledge of PHP or CSS because I’ve always used Blogger in the past, and everything I’ve tried has managed to mess up the page in some manner. Does anyone know how I could edit the template to remove the search bar?

    Thanks!

    Style.css
    [Moderated — Code removed as per Forum Rules]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Delete this from your header.php file:

    <div class="search_bg">
    <div id="search">
    <form method="get" action="<?php bloginfo('home'); ?>" style="padding:0px 0px 0px 0px; margin:0px 0px 0px 0px">
    <input type="text" value="Search..." name="s" onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}"/><input type="image" class="input" src="<?php bloginfo('template_url'); ?>/images/search.gif" value="submit"/>
    </form>
    </div>
    </div>
    Thread Starter schneijc

    (@schneijc)

    When I try to upload the theme it now tells me the stylesheet is missing, even though I did include it in the zip upload.

    You just need to change the header.php file- you shouldn’t have to upload or touch anything else.

    Check your server to make sure all the files are there.

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

The topic ‘Search Bar’ is closed to new replies.