Make parent menu clickable

后端 未结 3 629
难免孤独
难免孤独 2020-12-18 11:06

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

3条回答
  •  旧时难觅i
    2020-12-18 11:25

    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:

    Design 
    

    (or whatever you want the href to be).

提交回复
热议问题