How to change color of opened Bootstrap drop down toggle?

HI,

On click of the item in the bootstrap based menu a toggle drop down appears.

How to change the color of the same?

Thanks

View Answers

March 27, 2015 at 9:39 AM

Hi,

Following code works well:

.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #9F0000;
    color:#ffffff;
 }

Add this code in your custom css file.

Thanks









Related Tutorials/Questions & Answers:
Advertisements