• http://aeonstrife.com/air2data/shop/

    At the link above, I’m having troubles moving the search bar. It’s the search bar within the theme I’m using (Gravity from ThemeForest) but WooCommerce is controlling the page and makes a search bar show up there, and I don’t want that search bar there. Does anyone have an idea on how to get rid of the search bar?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like that’s a widget? If not, you may need to ask ThemeForest for help – as we don’t have access to commercial themes.

    Thread Starter dylanlott

    (@dylanlott)

    It is a widget, but we can’t edit the page because WooCommerce overrides the page builder abilities. We were able to soft edit the search bar out, but it still leaves a divider and I’m trying to figure out how to get rid of it. It’s just because the theme and WooCommerce aren’t playing together nicely.

    That’s not very nice :)! Try adding this to your CSS:

    .widget.search_header {
        display: none;
    }

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