How can I make the price bolder?

Hi. Please can someone advise how I can make our price bolder? Theme is Concept.

Thank you!

Hello @Ashleigh_Gill
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.

.price__regular {
font-weight: bold !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you so much!! :slightly_smiling_face:

Please hit the like button also.