From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.product__info-wrapper .price__sale span.price-item {
font-size: 25px !important;
align-self: center;
}
.product__info-wrapper .price__sale span {
align-self: center !important;
}
I didn’t find a clean solution directly in the edit code section either, but I tried something through the theme settings > custom CSS section (the one that applies store-wide), and it seems to do exactly what you’re looking for.
Try adding this:
.price–large {
font-size: 4rem; (change the size)
}
This increases the main product price on the product page, without affecting the compare-at price (the sale price), and doesn’t mess with any prices elsewhere in the store — like on collection pages or in the cart.
I tested it and it worked nicely — give it a try and let me know if it does the trick on your end. If I come across a more precise way to do it directly in the code, I’ll share that too.
Also — had a look at your site and YouTube channel. Really well done, man. Looks super clean and professional
Thank you so so much. Simple , quick and actually worked exactly how i wanted it. Cantthank you enough. 8 hours of my life that I will never get back hahaha
Thank you for yourfeedback, Im a one man band, my fisrt site and its done me proud for 5 years, im just being really fusy now and putting everything underthe microscope. If there is anything you didnt like on the site just shout, im too close to it to know if i could do anything better