How can I make product prices bold in Dawn theme?

Hello everyone,

I would like to turn my prices bold on all pages, this includes the original and sale price.

Does anyone know how to do this? Any help is greatly appreciated!

URL: https://glowee.nl/

Thank you!

Hallo daar,
Jack from OpenThinking here!

  1. Go to Admin > Online store > Actions > Edit code

  2. Search for the file: theme.liquid inside the layout folder.

  3. Open theme.liquid and paste the following code before

  4. Save file.

here’s the code:

<style>.product .price {font-weight: bold!important}</style>

let me know if this works for you. If yes: accept my answer and give me a thumb up! Thank you.

3 Likes

Hallo Jack!

Thank you for your response.

The code turned the prices in bold, but only on the product pages. I would also like to have the prices bold on the homepage. Do you know how to do this?

Thank you!

You’re right.

change the previous code with this one:


1 Like

This worked perfectly, thank you so much!