How to change the navbar background color. I have tried the code snippet, but its not working, but others such as menu color, font, drop-down change are working fine. Don’t know what I am doing wrong.
Thanks a lot, I was trying different things and it worked out this the below code –
/* Adjust Navbar Box settings */
.navbar .navbar-inner {
background-image:url(‘https://www.xxxxx.com/xxx/xx/xx/xx/file name.jpg’);
background-repeat: repeat;
background-color: #color code;
}
But, is there any way to put a image (or texture pattern) in the navbar background?