I am trying to achieve a more transparent header-menu background, so that the YouTube video underneath it becomes more visible. You can check it out here
Unfortunately, the trick mentioned above did not work as expected.
.masthead:not(.mixed-header) {
background: rgba(247, 247, 47, 0.2)!important;
}
Does anyone have a solution for displaying the YouTube video beneath the header-menu background?