Quote Originally Posted by kburner View Post
I have this module working on my site. I am thinking of changing the site, but would just like a temporary fix to hide the menu until I figure out if I really want to keep it.

Is there any file I can modify that would 'act as if" the module was uninstalled? I do not want to go through all the work to uninstall just to figure out I really want it --- and have to reinstall again!

Thanks, Kim
includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu

div#dropMenu {
display:none;
}

Should do it.