Add text before all regular Price (product page and collection grid)

Hi I want to add the text “List Price:” before my regular price.

I’ve tried to edit the ‘main-page.liquid’ like this, but the text and the price will appear on separate lines, but I wish it can display in the same line.
The theme that I’m using is Craft.

{%- when 'price' -%}
  
    List Price {%- render 'price',
      product: product,
      use_variant: true,
      show_badges: true,
      price_class: 'price--large'
    -%}
  

Hi @Caroline2023 ,

Can you please provide a preview URL of the store so that I can assist you on?

Thank you

https://caroline-test1.myshopify.com/?_ab=0&_fd=0&_sc=1
the password is"welcome’ Thanks for your assist.

Hi @Caroline2023 ,

Can you please add the text so that I can fix this with CSS.

Thank you

Hi I’ve add the text, would you mind to check for me? thanks.