Hi,
What css can be used to remove the color of bootstrap menu bar?
thanks
Hi,
Use the following code:
.navbar
{
background-image: url(/d2/images/navigation_bg.gif);
background-repeat: repeat-x;
}
This code is using the background image for the nabvar in a bootstrap based menu.
Thanks