How can I remove prices from the Dawn Theme's search bar?

Topic summary

Goal: hide product prices in Dawn theme’s search results (predictive search = the autocomplete dropdown in the search modal) and optionally hide the cart icon.

What worked earlier:

  • Adding CSS to assets/component-predictive-search.css to hide the price element in predictive search:
    .search-modal__form .predictive-search .price { display: none; }
  • Original poster confirmed this removed prices in their store.

Gaps/limitations:

  • No solution was provided for hiding/removing the shopping cart after it was requested.
  • Another user reported the CSS worked for Taste theme’s predictive dropdown but not in the full search form/results page, and considered commenting out price code directly in the template.

Most recent status:

  • A 2025 update reports prices still appearing in Dawn’s search suggestions; the above CSS did not work for that store (URL provided) and a screenshot shows prices still visible. They requested further help.

Outcome:

  • No final, universally working fix was agreed for newer Dawn versions or for the search results page. The thread remains open/unsolved for the latest report. Screenshots were shared to illustrate the issue.
Summarized with AI on December 11. AI used: gpt-5.

Hi,

I am trying to remove prices on the search bar of de Dawn Theme, is there anyone here that can explain to me how i can do that or what code i should change?

Also i would like to remove/hide the shopping cart.

Thanks allot in advance!

1 Like

@JBilstra

Welcome to Shopify Community.
Kindly Share your Store URL.
So that i can provide the Code.

.search-modal__form .predictive-search .price
 { 
display: none !important;
}

Add this code in component-predictive-search.css

Thank you.

@JBilstra

Please add following the CSS to your assets/component-predictive-search.css bottom of the file.

.search-modal__form .predictive-search .price { display: none;}

Thanks!

1 Like

Hi,

That is: https://tool-to-care.myshopify.com

That worked, thanks allot!
Also got a similar easy solution to hide the shopping cart from the page? :slightly_smiling_face:

1 Like

@JBilstra

If helpful then please Like and Accept Solution!

Thanks!

This was awesome, Thank you!!

It worked on Taste Theme Search button predictive search but in the search form it did not work. I am thinking of commenting out the price lines in the code or find other solutions elsewhere.

I appreciate this thread is a few years old but I am still having an issue with the prices showing in results in the search bar in Dawn. I’ve tried the solution above and it’s not working. Please can anybody help? @dmwwebartisan

The URL is ohpopsi.com