更改CSS引导菜单活动链接颜色
这个问题在这里已经有了答案:
尝试这个
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent !important; //or whatever you want 
}
                        链接地址: http://www.djcxy.com/p/89433.html
                        
                        
                    这个问题在这里已经有了答案:
尝试这个
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent !important; //or whatever you want 
}
                        链接地址: http://www.djcxy.com/p/89433.html