Hi, I would like to increase the size of the the recent posts widget – http://screencast.com/t/iL7NwqqEKOM – how can I do that?
Hi!
Add this to Quick CSS or custom.css
#recent-posts-2 h3.widgettitle{
font-size:30px !important;
}
Cheers!
Arvish
That only increased the size of the recent posts widget title, not the size of the actual posts titles inside that widget. I want to increase the title size of all widgets, not just the recent posts widget.
Hey!
Try this instead
h3.widgettitle{
font-size:30px !important;
}
Best regards,
Arvish
Thanks.