Hello,
right now the header is set to the classic layout and with ubermenu. Is it possible to set the background color with some transparency (say 50%) maintaining the present layout (logo on the left, custom menu right by its side)?
I'm using wordpress 4.7.2. with betheme 17.1
Comments
.home #Content {margin-top:-35px;
}
.header-fixed #Top_bar {
background-color: rgba(0,0,0,.5);
}