Re: How To Remove Sideboxes Titles
blue, all you have to do, is got to includes/languages/english.php and edit each box heading you don't want shown, such as categories:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Categories');
Just delete the Categories (highlighted) to look like:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', '');
The heading will now be gone.
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!