Is there a way to make the top level menu items clickable while still having the dropdowns show up?
see website
I am using bootstrap 3 on my Wordpress site u
Sure – for each of the top-level anchors, make sure to define your href and remove the data-toggle attribute. For example, instead of:
Design
Use:
(or whatever you want the href to be).