James's solution worked fine for me in the custom.css (actually wanted the price smaller) but I had to add !important:
.single-product .summary .price {
font-size: 1em !important;
}
James's solution worked fine for me in the custom.css (actually wanted the price smaller) but I had to add !important:
.single-product .summary .price {
font-size: 1em !important;
}