nel template che stai utilizzando tutto è regolato da queste righe che trovi nell'index.php
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/beez5/javascript/md_stylechanger.js"></script>
<script type="text/javascript">
var big ='<?php echo $this->params->get('wrapperLarge');?>%';
var small='<?php echo $this->params->get('wrapperSmall'); ?>%';
var altopen='<?php echo JText::_('TPL_BEEZ5_ALTOPEN',true); ?>';
var altclose='<?php echo JText::_('TPL_BEEZ5_ALTCLOSE',true); ?>';
var bildauf='<?php echo $this->baseurl ?>/templates/beez5/images/plus.png';
var bildzu='<?php echo $this->baseurl ?>/templates/beez5/images/minus.png';
var rightopen='<?php echo JText::_('TPL_BEEZ5_TEXTRIGHTOPEN',true); ?>';
var rightclose='<?php echo JText::_('TPL_BEEZ5_TEXTRIGHTCLOSE'); ?>';
var fontSizeTitle='<?php echo JText::_('TPL_BEEZ5_FONTSIZE'); ?>';
var bigger='<?php echo JText::_('TPL_BEEZ5_BIGGER'); ?>';
var reset='<?php echo JText::_('TPL_BEEZ5_RESET'); ?>';
var smaller='<?php echo JText::_('TPL_BEEZ5_SMALLER'); ?>';
var biggerTitle='<?php echo JText::_('TPL_BEEZ5_INCREASE_SIZE'); ?>';
var resetTitle='<?php echo JText::_('TPL_BEEZ5_REVERT_STYLES_TO_DEFAULT'); ?>';
var smallerTitle='<?php echo JText::_('TPL_BEEZ5_DECREASE_SIZE'); ?>';
</script>
<div id="fontsize"></div>
occhio però ora a non togliere tutto perchè tutto questo regola anche altre funzionalità
io proverei prima di tutto a togliere
<div id="fontsize"></div>
dall'index e vedere il risultato.