Hi,
I´m looking to make the product prices bigger (Price text height) on my website
https://selectotiendavirtual.com/
Would you please give me some advice on this
Hi,
I´m looking to make the product prices bigger (Price text height) on my website
https://selectotiendavirtual.com/
Would you please give me some advice on this
Hi @EstebanPenagos ,
Try this one. It will change all the font size prices in all website store.
.product_price {
font-size: 25px;
}
Result:
I hope it help.
Many thanks,
Is there a way to change the price size on the product page only?
In regards of the product tittle, is there a way to make it normal text and not having that white square?
Hello @EstebanPenagos ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file → add this following code at the bottom of page
.product-price {
font-size: 24px;
}
Save and preview
Hope this can help.
Transcy
Nope, you need a liquid code to change the font only in the product page. Im not seeing the white square your like to remove.