hi, is it possible to set the degree of opacity of the background-color of the header menu when set in the “transparent header” page?
I have tried this which works with the background but also takes the text and logo
.home .header_bg {
background-color: rgba(255, 255, 255, 0.7)!important;
opacity: 1!important;
}