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!
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!
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!
Thank you so much! Easy fix ![]()
@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!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
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!
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!
Hi @dmwwebartisan I already figured out, Thanks for the help anyway.
How do I add predictive search on my store? @dmwwebartisan