header background opacity
-
Hi – I am trying to give the navbar opacity when the background color pops up when you scroll down. I’ve edited the css to this:
.navbar-default.navbar-shrink {
padding: 10px 0px;
background-color: #222;
opacity: 0.6;How can I apply the opacity to just the background color and not all of the contents as well (the logo and the menu)?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘header background opacity’ is closed to new replies.