How do I style the titles of posts displayed by the Enfold Latest News widget?
Found it:
Styles the headline:
.news-headline {
color:red !important;
font-size:20px;
font-family:EB Garamond;
}
Styles the text of the excerpt:
.news-excerpt {
font-size:13px;
}