Stuck on how to hide the price from the search results listing on Shopify’s free Horizon theme. Any assistance greatly appreciated!
Can you check under theme settings ——> search tab. I believe there is an option to show or hide prices.
Best
Yes, it is actually on the rise theme. Anyways add this code at the very bottom after everything in base.css file file in theme code editor.
.predictive-search-results__list .resource-card__content .price{
display: none;
}
Please keep a note of this in your notes as this may change or loose on theme updates.
Thank you so much! I really appreciate it

