Home › Forums › CSS › Background and nav.bar color › Reply To: Background and nav.bar color
November 25, 2014 at 8:39 am
#189169
Member
The grey box is this
.header-background-image .title-box {
background: #333;
background: hsla(0, 0%, 0%, .7);
}
Honestly, you can find all this yourself using “inspect element” in the standard Developer Tools in every modern browser.