I’m trying to get my rev slider image to overlap my menu. So the menu is transparent at the top and the image peaks through. I’m also trying to remove “my blog”, and only have the logo (that I still need to upload) appear only when you scroll down. I only need this look on the homepage.
Currently I have the following code in my CSS:
.x-navbar.x-navbar-fixed-top {
background: rgba(0,0,0,0.9);
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
height: absolute;
}
.x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a {
height: 50px;
padding-top: 20px;
transition: all 0.5s ease;
}
.x-navbar.x-navbar-fixed-top .x-navbar-inner {
min-height: 50px;
}
.x-navbar.x-navbar-fixed-top .x-brand {
margin-top: 5px;
}
.x-navbar-static-active .x-navbar.x-navbar-fixed-top .desktop .x-nav > li.x-menu-item-woocommerce > a, .x-navbar-fixed-top-active .x-navbar.x-navbar-fixed-top .desktop .x-nav > li.x-menu-item-woocommerce > a {
padding-top: 10px;
}