Hello all,
I need to mask the default search icon from top menu.
Any idea to do this?
Thanks!
Hello all,
I need to mask the default search icon from top menu. Any idea to do this?
Thanks! |
Hello clicktoweb,
Go to the BxBaseMenu.php fileand file the following command: $aFunctions = array('genMoreLanguagesElement', 'genMoreTemplatesElement', 'genSearchElement'); Change the above command to $aFunctions = array('genMoreLanguagesElement', 'genMoreTemplatesElement''); and the search icon should now be missing.
Regards, kazatzo http://www.boonex.com/market/posts/kazatzo |
It's work!
Thanks Kazatzo!! |