Hi!
How can I increase only the price that is on a single product page?
#top .price span { color: black; font-size: 25px; } increases all prices including the ones on the front page and on related products, but I need only the one that is on a single product page
Hi catmac2204!
Try this out.
.single-product .summary .price span { font-size: 25px !important; }
Regards,
Elliott