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!
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!
Go to Admin > Online store > Actions > Edit code
Search for the file: theme.liquid inside the layout folder.
Open theme.liquid and paste the following code before
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.
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:
This worked perfectly, thank you so much!