how to prevent category list from appearing under menu link
I want to make it so, when a user hovers over the "Categories" link in the primary menu, a list of categories does NOT appear. The default behavior, and the behavior shown on the demo site, is that a list of categories does appear. I attached a screenshot illustrating what I want.
Do any of you know how to accomplish this?
One way I can do it is by creating a menu item in the WordPress admin area, that points to the hard-coded URL of the "Categories" page. However, I want to avoid using hard-coded URLs because those links would break if I were to change my permalink structure in a certain way.