Hi!
Ive got this code in my custom CSS
/* Fontsize Prijs */
#top .price, #top .price span, #top del, #top ins{
display: inline;
text-decoration: none;
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
It works like a charm, but is changes the font-size on the product overview and on the single product page. 25px is fine for the product overview (shop page) but on the single product page i would like 40px or so…
Tnx in advance!
Hi c3computers!
Please add following code to Quick CSS as well
.single-product .price, .single-product .price span, .single-product del, .single-product ins { font-size: 40px !important; }
Best regards,
Yigit
Thanks! Works create!