is there a way to change the font on a woocommerce product? I’m using their Sensei plug-in to create lessons, and the price and product description overlap. Thanks!
Hey pianogirl!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the font size of title and adjust as needed
#main .course header h2, #main .course-container header h2 {
font-size: 26px;
}
Regards,
Yigit
Great. Thanks so much!