Jump to content

How to remove menu white background (default-bootstrap theme)


Recommended Posts

white is the default browser background color

just add styles like

 

header {

background:red;

}

and you will change backgrund color of this element to any other you want. you can also define image etc.


check also global.css line 6680

.header-container {
background: white;
}

remove it if you want to remove white background from whole header

Link to comment
Share on other sites

×
×
  • Create New...