I want to remove the search box in the menu

  • Unknown's avatar

    This is going to be a website not a blog. I want the menu to appear straight across the page. The search box is causing it to appear on two lines. I do not need the search box for this site. Thank you for any help you can give.
    Blog url: http://employericyoung.wordpress.com/

  • Unknown's avatar

    Each theme at WordPress.com is unique. There is not an option in the settings to remove the search box from the Twenty Eleven theme, but you have the option to purchase the Custom Design upgrade which allows you to make modifications by adding CSS.

    I see that you are using the “One column, no sidebar” layout with the Twenty Eleven theme. You can preview how it adding CSS works before you buy the upgrade by going to Appearance → Custom Design → CSS, adding the following CSS to remove the search box, and clicking the Preview button.

    .only-search.with-image {
    display: none;
    }
    
    #branding .only-search + #access div {
    padding-right: 0px;
    }
  • The topic ‘I want to remove the search box in the menu’ is closed to new replies.