Need to remove 'products' from search bar results display

Hi all,

I am using Debut theme for my store and i need to fix the way my search results are displayed by:

  • Removing ‘Products’ word from the search dropdown

  • Removing product image from search dropdown.

Thank you any help is appreciated!

@noorvirk

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.predictive-search-title{
display: none !important;
}
.predictive-search__column--image {
display:none;
}

Hope this helps.

Thanks!

1 Like

Thank you so much! Easy fix :slightly_smiling_face:

1 Like

@dmwwebartisan hi i tried the codes and it perfectly worked, however, what I really need is to hide the entire search result preview. Can you please help to provide the correct liquid codes for this? Thank you!

3 Likes

@MsMelody

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

1 Like

Hi @dmwwebartisan here’s the link

https://global-store-philippines.myshopify.com/

if you search the word “Terra”, you will see a product name starts with “VIP” in the search bar suggestions. I need to hide all VIP products in the search bar suggestions/preview. Hope you can check. Thanks!

3 Likes

@MsMelody

I need to look at code to remove search results. Is if possible for you to send me a zip of your theme?

It will be helpful.

Thanks!

1 Like

Hi @dmwwebartisan I already figured out, Thanks for the help anyway.

1 Like

How do I add predictive search on my store? @dmwwebartisan

2 Likes