How to remove the background color of bootstrap menu bar?

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:
How to remove the background color of bootstrap menu bar?
Setting bootstrap container background color
Advertisements
How to set the Gradient Color as a background color for Java Frame?
How to change color of opened Bootstrap drop down toggle?
how to color the Eclipse editor background programmatically?
how to change div background color in javascript
UITextfield Background Color
how to change background color in dojo tab container - Framework
change navbar dropdown color in bootstrap
div background color in html
how to create menubar and the below background color/image in java swing
HTML document's background color
uiscrollview background color
ModuleNotFoundError: No module named 'barl'
changing uiview background color
jframe background color not showing
ModuleNotFoundError: No module named 'barf'
HTML - table background color.
ModuleNotFoundError: No module named 'barn'
Javascript background color - Java Beginners
UIWebView Background Color
JavaScript change background color automatically
changing Background Color
How to design a background, design a background, a background
Changing background color using JavaScript
ModuleNotFoundError: No module named 'bark'
How to set pdf background color.
Java Servlet Change Background Color
pdf background color
Change background color of text box - Java Beginners
ModuleNotFoundError: No module named 'bart'
ModuleNotFoundError: No module named 'odoo10-addon-web-editor-background-color'
ModuleNotFoundError: No module named 'odoo10-addon-web-editor-background-color'
ModuleNotFoundError: No module named 'odoo11-addon-web-editor-background-color'
ModuleNotFoundError: No module named 'odoo12-addon-web-editor-background-color'
ModuleNotFoundError: No module named 'odoo9-addon-web-editor-background-color'
UITableView Background Color
ModuleNotFoundError: No module named 'bark-ssg'
ModuleNotFoundError: No module named 'bard'
How to change background, change background
How to make a chrome background, make a chrome background, chrome background
Background color blocks all labels and textfields
ModuleNotFoundError: No module named 'bart_api'
ModuleNotFoundError: No module named 'bart-py'
ModuleNotFoundError: No module named 'bars'
ModuleNotFoundError: No module named 'bars'
Add color to background but I can't labels or textfields
ModuleNotFoundError: No module named 'bart-api-ulloa'
Change Background color using Custom Tag
How to design a beautiful background with flowers, design a beautiful background with flowers, beautiful flowers background

Ads