How to display first variant's price on the collection page (symmetry theme)?

I’m trying to set the price to display the first variant price in a collection page, rather than the lowest price. Here’s code from the snippets/price-range.liquid - let me know if you need to see the code from elsewhere, sorry I’m not very familiar with this..

{%- liquid
assign uses_comma_decimals = false
assign currency_test_string = 101 | money_without_currency
if currency_test_string == ‘1,01’
assign uses_comma_decimals = true
endif
-%}

{{ cart.currency.symbol }}
{{ cart.currency.symbol }}