I would like to use the Transparent header as see here (
[Links visible only for registered users]) but I would like to have the action bar use a black background and would like to add some opacity to the navigation header so that it is easier to see on top of the image. Can you help me with this?
Comments
#Action_bar {
background: rgba(0, 0, 0, 0.7);
}
#Action_bar .contact_details li {
color: rgba(255, 255, 255, 0.8);
}
#Top_bar:not(.home) { background: #000 !important; }.header-transparent.ab-hide #Top_bar { top: 0 !important; }