2
I have on my page one header
library bootstrap
and in it I am using two menus but with the same calls, when resizing the page are displayed two icons but always calls the two menus, I would like to be called each independent menu, I tried to make the changes changing the names of the calls but the result was not as 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 developing page is this: Access to the project
I think I’m changing something in the wrong place.
Fantastic, thanks @Celsomtrindade your help was paramount, was perfect the indicated solution, thanks again.
– adventistapr
Come on. I’m happy to help.
– celsomtrindade