Want to get rid of the grey box (now a line) in my header
-
On my site I am trying to fully get rid of the gray box in header, which is now a line.
The code so far:
/* Get rid of menu background */
.navbar .navbar-inner {
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
background: none;
}/* Get rid of menu border */
.navbar .navbar-inner {
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;and
.tc-header.clearfix {
max-height: 1px;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Want to get rid of the grey box (now a line) in my header’ is closed to new replies.