How can I restore hidden prices on my collection pages using Turbo theme?

Topic summary

Main issue: Prices are hidden on collection pages (not product pages) in a Shopify store using the Turbo theme. The merchant now wants prices to be visible again on collection pages.

Context: Previously, prices were hidden via a CSS rule targeting .thumbnail .price span.money with display: none. After upgrading to Shopify 2.0 and working with a freelancer, that custom CSS is no longer present, so they cannot simply remove or revert it. Example collection page provided: https://www.mrpoppinsandco.com/collections/beach-towels.

Request: Guidance on how to re-enable/show prices on collection pages in the Turbo theme under Shopify 2.0.

Status: No solution provided yet; the thread is a request for help.

Key technical note: The prior CSS rule suppressed price visibility by hiding the price element. The question is how to restore price display within the current theme setup (potentially via theme settings or updated CSS/section code).

Summarized with AI on January 15. AI used: gpt-5.

we hide the prices on our collection pages (not product pages)
eg: https://www.mrpoppinsandco.com/collections/beach-towels

in the past this was done with some CSS.

.thumbnail .price span.money {

display: none;

}

we’d like to show the prices on our collection pages again now, but since going to Shopify2 and getting a freelancer to do that, the css has gone so i can’t revert it.

can anyone help me reenable collection prices again?

we use Turbo theme.