Hello my website is tunetoyz.com
I was wondering how to make the price on my product page smaller I want it so I can just customize it. Thanks for your help in advance!
Hello my website is tunetoyz.com
I was wondering how to make the price on my product page smaller I want it so I can just customize it. Thanks for your help in advance!
Hi @TuneToyz ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Add this code before tag:
Here is result:

Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Hello @TuneToyz
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @TuneToyz
You can find your price’s current code set font size on the product page in the base.css file, change 25px to smaller value
.product__info-wrapper .price-item.price-item--regular {font-size: 25px!important;}