Hi Please can someone give me the code to make the price bigger and bolder.
https://hothugger.com/products/cream-hot-hugger-wearable-hot-water-bottle
refresh theme
Hi Please can someone give me the code to make the price bigger and bolder.
https://hothugger.com/products/cream-hot-hugger-wearable-hot-water-bottle
refresh theme
Hey @Finn4
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Go to the template of the product page, click to Product information section, scroll down to Custom CSS and add this code
.price {
font-size: 2.25rem;
}
You can increase the value to make it bigger.
Hi @Finn4
Try this one.
span.price-item.price-item--sale.price-item--last {
font-size: 25px;
font-weight: 900;
}