On my http://www.knowbileconsulting.com website homepage (static, business template), I’ve put a Latest articles widget. This shows up properly, but only displays the title of the (2) latest articles in normal font. I’d like to change the font (size and gold) to emphasize these articles a little bit. Is there any way to change the settings?
To increase the font size of the the latest article title go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on Save & Publish button.
#main .widget_recent_entries ul li {
margin-bottom: 10px;
}
#main .widget_recent_entries ul li a {
font-size: 15px;
}
I mean: I can open the CSS file of the theme but I’d like to get a kind of picture, displaying a typical page (Business template would be a plus) with all available widgets, with arrows and legends saying ‘This widget use widget_testimonial styles”. Even if the CSS looks well documented, I’m not a specialist and need sometimes very dummy advices to find my way into styles… 🙂