Hey guys, I’m so glad I found this post. I’ve also been toiling over the last couple of days on this. I found a solution (if you are still looking for one). For some reason, none of the above ideas worked within my Firefox, so I added a “style=’display: none'” to the
‘before_title’ => ‘<h2 class=”widgettitle”>’,
statement within the function, and it seemed to work fine (although you would think there would be setting for this.
My function now looks like this:
‘before_title’ => ‘<h2 class=”widgettitle” style=”display: none”>’,
I don’t think this works for iPhone or Blackberry if you are developing for that, but it seems to work on my browsers. Let me know if you have any luck with it.