Hi there, I am using a Revolution slider below the masthead on my landing page for httsp://sugarsbridgefarm.com
I would like the header (nav menu and top header) to sit on top of the slider and give the background opacity.
.x-navbar {
background-color: #fff;
opacity: .8;
position: absolute;
width: 100%;
}
when I add absolute to the top navbar it overlaps the main navbar. Is there a way to set it so this doesn’t happen? Many thanks!!