Bootstrap 3 - Change dropdown background colour

前端 未结 4 665
灰色年华
灰色年华 2021-01-26 03:46

I\'m quite new to Bootstrap, I\'ve set up a dropdown pill and played around with the colours.

What I\'d like to do is change the colour of the dropdown title pill after

4条回答
  •  广开言路
    2021-01-26 04:15

    .nav>li>a:hover,.nav>li>a:visited {
         background-color: #222; /* add your desired color */
    }
    

提交回复
热议问题