How can I make product price tags bolder on my Envy theme?

Hello all :waving_hand:t2:

I’m using the Envy theme, and was wondering how to make the price tag on the products pages bold? As they don’t really stand out at all and are a bit missable. What piece of code is needed to be edited?

Website link: https://thebespokesignhouse.com/products/standard-riven-slate-house-sign

Thank you, Jack

Go to custom.css and paste this code at the very bottom of the file

#price-field {
    font-weight: bold
}