How to remove the background color of bootstrap menu bar?

Hi,

What css can be used to remove the color of bootstrap menu bar?

thanks

View Answers

March 27, 2015 at 9:44 AM

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









Related Tutorials/Questions & Answers:
Advertisements