Joomla · Joomla 1.6 · Joomla 1.7 · Joomla Modules · Joomla Tutorials

Joomla 1.7 Help – How to Remove The Search Box in Beez20

Joomla 1.7 Beez 20 Help – I received an email from Dave to ask how to remove the Search box at the top right corner in the Beez_20 default Joomla Template.   You can accomplish this by Unpublishing the module in the Module Manager.  If you want to remove the Font Size Resizers, beside the search box “Bigger Reset Smaller”, the post is here.

Joomla 1.7 Beez 20 Remove Search Box
Joomla 1.7 Beez 20 Remove Search Box

[ads5]

Overview of how to remove the Search box

1.  Login to your Joomla 1.7 Administrator

Joomla 1.7 Beez 20 - Module Manager Remove Search Module
Joomla 1.7 Beez 20 - Module Manager Remove Search Module

2.  Click on Extesions, Module Manager

3.  In the Filters,

  • Type in “Search”
  • Selection Position = position-0

4.  Use the checkbox to select ‘Search” and click on the button ‘Unpublish’.

That’s it.  Go to your Joomla 1.7 frontend and refresh your website.  You will see the Search box removed. I also removed my resizers so my frontend looks like this:

Joomla 1.7 Beez_20 Search Box Removed
Joomla 1.7 Beez_20 Search Box Removed

Thanks,

Elaine

3 thoughts on “Joomla 1.7 Help – How to Remove The Search Box in Beez20

  1. If you only want to remove the font resizer then it is better to hide this feature in “layout.css”. Look for “#fontsize” and add “display:none;”

    It look likes this:
    #fontsize
    {
    padding:0;
    margin:0 20px 0 1px;
    text-align:right;
    margin-bottom:0px;
    float:none;
    display: none; /* <=== with this you hide the font resizer and keep the search */
    }

Leave a Reply

Your email address will not be published. Required fields are marked *

Captcha Captcha Reload