I have in my page a header
of library bootstrap
and in it I am using two menus but with the same calls, when resizing the page two icons are displayed but always calls the two menus, I would like each menu to be called independent , I tried to make the changes changing the names of the calls but the result was not expected, I tried to do this in one of the attempts:
.navbar-default-2 {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-default-2 .navbar-brand {
color: #777777;
}
The page under development is this: Access to the project
I think I'm changing something in the wrong place.