Hi,
im trying to move my revolution slider under the main-navigation so it
“shines through”..
i added the following code to the css to make the nav-transparent:
#main-nav, #main-nav.sticky-header {background: rgba(255,255,255,0.95) url(img/nav_bg.jpg) bottom center repeat-x !important; z-index:999;}
This works so far when i scroll down and the slider moves underneath it. but i can’t manage to get the slider approx 100px up, so it’s under the main-navigation even if its not scrolled..
when i add z-index:10 to the slider its above the navigation, z-index:9 already below it.. but it seems that there’s no transparency on the main-nav
maybe you can help me ?