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
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