Showing Two Search Bars on Results Page - Pixel Union Empire Theme

Once a search is performed, on the results page, there are two search bars showing up that both show the same search term. How can I remove the lower search bar so that only the main search bar shows up? See uploaded video. Please help.

To replicate issue:

  • visit https://propmoney.com/

  • perform a search using the search field at the top of the page and press enter

  • results page will show the main search bar and another search bar as part of the results

Hi @thekenstar ,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.productgrid--search{ display: none; }

Hi @thekenstar

First, go to Themes β†’ Edit code :

Then go to the Assets folder β†’ find the theme.css file and add the following code at the end of the file:

.productgrid--search {
   display: none !important;
}

We hope this can help you.

1 Like

That worked, thank you.

We’re happy to see that our suggestion helped you solve the issue. Can you kindly give us a like and mark it as a solution? This can be a reference for other merchants if they have an issue like you.

Thanks in advance.