Shopify themes, liquid, logos, and UX
Hello
I would like to increase the pricefont with a bigger font and make it more bold.
Anything we can do?
My url:
Solved! Go to the solution
This is an accepted solution.
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;
}
This is an accepted solution.
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;
}
@developerSPI 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😊
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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025