G'day,
With v1.3.5, to turn off the display of a box heading, you should only need to modify your CSS file.
would turn off the display of the heading for the Currencies sidebox, and you can do likewise for all of the other sideboxes.Code:#currencies h3.rightBoxHeading { display: none; }
Best Regards, Lloyd borrett.



