Quote Originally Posted by helloUK View Post
Thank you. However, I would like to change the top search bar and I would like to del it. Where can I remove it?

Also, I would like to have drop shadow but not a 100% width. Unfortunately, when I installed "CSS Horizontal Drop Down Menu", after installing, the website page has been changed to 100% width..I do not know why. How can I change back having drop shadow?

With drop shadow, it is much nicer.

Thank you again
Since you have an edited common/tpl_header.php, you need to follow the instructions in the readme.txt:

3. If you have heavily modified your includes/templates/YOUR_TEMPLATE/common/tpl_header.php, instead of uploading the tpl_header.php included in this download, you can simply add this to your header where you'd like the css menu to appear:

<!--bof-drop down menu display-->

<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>

<!--eof-drop down menu display-->
So, you'll need to reupload tpl_header.php, ignore my post above about removing all those closing <div>'s, and then paste the section of code above into tpl_header.php. I would paste it after this:

<!--eof-header ezpage links-->

Ok, do you want just the search function gone, or the whole top bar gone?