I have a sidebar on my home page (and the blog page) which has a running list of recent post titles. How can I change the size and color of the text on this list? Thanks -Ken
Hi kenwae!
Please add following code to Quick CSS in Enfold theme options under Styling tab
strong.news-headline {
color: red!important;
font-size: 14px;
}
Regards,
Yigit
That didn’t make any changes at all…..
Enfold 2.6.2, WP 3.8.3
Hi!
Please try following code instead
.widget_recent_entries li a { color: red!important;
font-size: 14px;
}
If that does not work, post the link to your website so we can take a look.
Best regards,
Yigit
That worked! Thanks…..