Our “Upcoming Events” widget has a really large font for the program titles… is there an easy fix for making these smaller? Thank you!
Hi jklillibridge!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.list-info h2 {
font-size: 14px;
}
Regards,
Yigit
Thanks a bunch, worked great!