Change price font size product page - Dawn 7.0.1

Hello

I would like to increase the pricefont with a bigger font and make it more bold.

Anything we can do?

My url:

1 Like

Hello @Dekanten

please add this css Asset > base.css and paste this at the bottom of the file:-

.price__regular .price-item {
font-size: larger;
font-weight: bold;
}

1 Like

@developerSP I tried the code and the text get bold but the size on the price text still the same, but i fixed the code like this: Its working like a charm now, thanks to you. :slightly_smiling_face:

.price__regular .price-item {
font-size: 19px !important;
font-weight: bold;
}

Hello @Dekanten

If it is working fine for you then please like the solution as accepted solution.

Thank you :blush:

1 Like

@developerSP Hello its done allready. :slightly_smiling_face:

1 Like

Ok thanks :blush:

Hey, I tried this method but this also changes the price font size on the catalogue page, I want different font size on the product page and catalogue page