Hi is just closed this topic: https://kriesi.at/support/topic/woocommerce-prize-size/
But the problem is now that on the bottom of the page (Recommended Products) the Prize size also big.
http://ledfinity.nl/winkel/led-lampen/calex-led-2-2w-g9-210lm-3000k-helder-glas/
That size needs to be 25px like the shop-overview page.
Hey c3computers!
Try this out instead.
.single-product-summary .amount { font-size: 40px !important; }
Cheers!
Elliott
Thanks! It works!
Here is the the total code if anybody needs it:
/* Fontsize Price - Shopoverview*/
#top .price, #top .price span, #top del, #top ins{
display: inline;
text-decoration: none;
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
/* Fontsize Price - Single Product page */
.single-product-summary .amount { font-size: 40px !important; }