Stacy.Canion
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove search box [Twenty Eleven]Thank you tammieearl! That works great, and saves my code!
Forum: Themes and Templates
In reply to: Remove search box [Twenty Eleven]Yes, sorry I am not using the header text so getting rid of that entire area was fine with me. I dont see a way to keep the text and get rid of the area.
Forum: Themes and Templates
In reply to: TwentyEleven Header Default LinksDid you ever figure this out?
I would love to rename the home link to something like “blog home” as well.
Forum: Themes and Templates
In reply to: Remove search box [Twenty Eleven]Actually….
I was trying to do something else and removed it myself! lol
I removed this code :
<hgroup>
<h1 id=”site-title”><span>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></span></h1>
<h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>From the header.php in my child theme. It did the trick, if anyone else is interested.
Forum: Themes and Templates
In reply to: Remove search box [Twenty Eleven]Anyone have any idea how to remove the entire “row” that the search bar was in? For instance, in twentyeleven there is basically a table row that contains the search bar. This thread was helpful in removing the search bar itself, but I still have this unsightly white bar running across the top of my site.
Any ideas?
See what I’m talking about at blog.canionphotography.net
Thanks!