If you are new to joomla and wondering how you can remove the font size selector from the default joomla installation. Here is the solution for you.
I am assuming you are using the default joomla beez 20 template. then you need to edit the following file
templates/beez_20/index.php
search for the following code, It will be in line 136 (apprx)
Remove or comment it out like this
When done, Save the file.
If you do not want to use any ftp client, you can remove the font size selector from your joomla control panel too.
Go to Extensions > Template Manager . Then click on the templates link (see image)
Now click on the "Beez_20 Details and Files" link
Next click on the "edit main page template" link
Now you are editing the index.php file of "beez_20" template. search for the following code
Remove or comment it out like this
When done, Save the file. This is how you can remove the font resizer very easily from the top of joomla 2.5 beez 2 template.
Enjoy and don't forge to check my list of top 15 responsive joomla template
I am assuming you are using the default joomla beez 20 template. then you need to edit the following file
templates/beez_20/index.php
search for the following code, It will be in line 136 (apprx)
<div id="fontsize"></div>
Remove or comment it out like this
<!-- <div id="fontsize"></div> -->
When done, Save the file.
If you do not want to use any ftp client, you can remove the font size selector from your joomla control panel too.
Go to Extensions > Template Manager . Then click on the templates link (see image)
Now click on the "Beez_20 Details and Files" link
Next click on the "edit main page template" link
Now you are editing the index.php file of "beez_20" template. search for the following code
<div id="fontsize"></div>
Remove or comment it out like this
<!-- <div id="fontsize"></div> -->
When done, Save the file. This is how you can remove the font resizer very easily from the top of joomla 2.5 beez 2 template.
Enjoy and don't forge to check my list of top 15 responsive joomla template