Hello
I would like to increase the pricefont with a bigger font and make it more bold.
Anything we can do?
My url:
Hello
I would like to increase the pricefont with a bigger font and make it more bold.
Anything we can do?
My url:
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;
}
@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. ![]()
.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 ![]()
@developerSP Hello its done allready. ![]()
Ok thanks ![]()
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