• Hello, I have customized my storefront homepage with elementor but can’t find the setting to remove the “search products” box located at the top of the page. I’ve tried to research the answer but haven’t been able to find it. Is it possible to do it without getting into the code? any help will be greatly appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you don’t want to get into the code by creating a child theme, you can just hide it with CSS using the following in Appearance->Customize->Additional CSS

    .site-header .site-search {
      display: none;
    }
    Thread Starter lynwoodt

    (@lynwoodt)

    Awesome ! Thank you so much for helping me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do I delete the search products box on my homepage’ is closed to new replies.