How can I change the product price font on the Dawn theme?

i would like to change the price of my product page to make it bold and larger any idea?. i use dawn theme

Can you share your website’s URL with us? Screenshots are always helpful too.

www.tops4you.com

Thanks. You could try adding this to the bottom of your base.css file and slick Save:

.price--large {
    font-size: 2.5em;
    color: #862ca4;
    font-weight: bold;
}

let my try this and i will tell you Thanks a lot