I've been working my way through, refining my blog ( http://fwhostteam.wordpress.com/ ).
My current area of concern is the navigation at the bottom. The little headlines just looked too big to me. I was able to make all but one of them smaller because their class was defined as widgettitle. Here's the code:
.widgettitle {
font-size:14px!important;
}
Worked for everything except the Depo Categories & Archives widget (which I first removed and now have added back, in case anyone wants to help me solve this). It didn't work because it wasn't assigned a class like all the other widget titles. I can't change this one without affecting all my post titles.
Is this a bug that should be fixed?
Is there a workaround?
I'd really prefer to use the widget that's not working . . .