1 ethan5150 May 07, 2010 22:32
3 ethan5150 May 10, 2010 21:04
No dice in style.css, also tried .sidebar{font-size:200%;} with no luck. Do I have to mess with _coll_category_list.widget?
4 ethan5150 May 10, 2010 21:12
I just got it! .style.css under #sidebar I put in font-size:14px;
5 bushleaguecritic May 10, 2010 21:32
I see you found your own solution that works for you. Just know that widgets usually display their content as ordered/unordered list items in the sidebar. You probably could have achieved the same effect by adding the font change to:
.bSideItem li {
list-style-image: url(img/arrow-right-small.gif);
font-size:200%;
}
or whatever it's called in your theme's stylesheet.
at a guess .sidebar{font-size:200em;}
¥