G'day,

With v1.3.5, to turn off the display of a box heading, you should only need to modify your CSS file.

Code:
#currencies h3.rightBoxHeading { display: none; }
would turn off the display of the heading for the Currencies sidebox, and you can do likewise for all of the other sideboxes.

Best Regards, Lloyd borrett.