Hi, I’m working on a site and the Home page is spot on as I have it - the slider is showing behind the transparent navbar - but I’d like this to be on all other pages too. I’ve tried to add CSS with the page ID for the About Us page (just to test if it works before doing it for all the other page IDs) but it doesn’t work!
Would you mind taking a look and letting me know what I’m doing wrong please!
I’ll put the URL in a secure note as it’s still in progress.
Here’s the CSS I’m using:
.page-id-30 .x-navbar-fixed-top-active .masthead {
position: absolute;
top: 0;
width: 100%;
}
.page-id-30 .x-navbar-fixed-top-active .x-navbar {
background-color: transparent;
border-bottom:none;
}
.page-id-30 .x-navbar-fixed-top-active .x-navbar.x-navbar-fixed-top {
background-color:#ffffff;
border-bottom: none;
}
.page-id-30 .x-navbar-fixed-top-active .x-navbar-wrap {
height: 0;
}
.page-id-30 .x-navbar {
background-color: transparent;
border:0;
}
.page-id-30 .x-topbar-fixed-top,
.x-logobar-fixed-top {
position:fixed;
top:0;
width:100%;
}
Thanks!