I want to hide the prices in the search bar for the Empire theme. However, I can not figure it out. What code can I use? The theme I am using is empire.
Please add the following code at the bottom of your assets/theme.css file.
.search-flydown--results .search-flydown--product-price{
display:none;
}
Hope this works.
Thanks!
Thank you so much!
Thank you so much! It worked :)!
Amazing! Thank you so much for sharing ![]()
I am using the warehouse theme and am experience the same situation where I would like to hide the prices in the search bar. I have installed the code as suggested but the prices still display.
THis is a link to my site.
https://tilli-tomas-planet-earth-fiber.myshopify.com/
Please Advise. TIA Chris
Please add the following CSS to your assets/theme.css bottom of the file.
.search-bar__item-price {display: none !important;}
Thanks!
Perfect. It worked.
