Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background and nav.bar color Reply To: Background and nav.bar color

#189169
Paulie_D
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.