Quote Originally Posted by angst View Post
I am looking to do similar. I want to take out "customer service" completely from the top horizontal menu and either make some changes to or eliminate the "information" drop down.
What is the full path to the place you were telling chowardart to go?
I am also not super experienced. I saw you mention "display:none". How do you go about adding that to the code to keep certain menu drop-downs from being visible?
The easiest way is to use chrome and the web developer tools. You can inspect the element to find out what selector you need to add the display:none; to. If you go to the w3c school css tutorial it will explain a lot of basics:

http://www.w3schools.com/css/default.asp

Thanks,

Anne