Hi!
You can modify the font size of the widget text using CSS. For instance, you can select the widget heading with .sidebar-container h3 and adjust its style:
.sidebar-container h3 {
font-size: 18 !important;
}
In addition, to control the size of the event titles with .tribe-events-list-widget .tribe-event-title selector, and so on.
Let us know in case you have questions.
Cheers!
-
This reply was modified 7 years, 2 months ago by
agharibyan.
Many thanks. Not having done CSS before I was somewhat nervous of doing this and had to Google a bit to understand what you were saying but in the end worked it all out and I’ve successfully reduced the size of the text in the widget area.