Bootstrap: How do I make Dropdown navigation Parent links an active link?

前端 未结 7 839
我在风中等你
我在风中等你 2021-01-30 07:50

I am running Bootstrap on a WP install and have an issue with the url being stripped from the parent drop down nav item.

Here is the code. In menu-item-72

7条回答
  •  粉色の甜心
    2021-01-30 08:27

    By default bootstrap parent items on a dropdown are not clickable. Add this script to your page and now they will be:

    
    

    Credit for this solution goes to http://wpeden.com/tipsntuts/twitter-bootstrap-dropdown-on-hover-and-activating-click-event-on-parent-item/

提交回复
热议问题