• Resolved Metrocitygirl

    (@lchikamoto)


    Does anyone have the css that I can just plug into the editor (rather than creating a separate child theme) to remove the search bar? thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    If you’d like to remove the search magnifying-glass icon in the main menu, this CSS should do the trick:

    .search-header {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer.

    Thread Starter Metrocitygirl

    (@lchikamoto)

    Yes thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Search Bar’ is closed to new replies.