Header background-color transparency on home page and other pages
Is there a way to make the home page to have the code in exhibit 1, which makes the header background transparent and make the header on all other pages to have the code in exhibit 2, which has a slight tint.
Exhibit 1
#masthead {
background: rgba(0,0,0,0);
border: 0;
}
Exhibit 2
#masthead {
background: rgba(0,0,0,0.3);
border: 0;
}