Home › Forums › Basel support forum › Font Size › Reply To: Font Size
November 12, 2016 at 11:29 pm
#6629
Artem Temos
Keymaster
Hello,
Thank you for the question.
Try to add this code snippet for this task. Add it to the Custom CSS area in Theme Settings
.single-product-content .price {
font-size:22px; /*size of price*/
}
.single-product-content .price {
font-family: Comic;/*name of font*/
}
Regards