Hi, I’m working on a site and I’ve got the top of the Home page as I want it (nav bar transparent going over the top of a slider), but by adding CSS to do this, all the other pages start at the very top of the page instead of under the nav bar. I’ve tried adding .home before the CSS so it applies only to the Home page, but it doesn’t work.
The CSS I’m using is:
.x-navbar-fixed-top-active .masthead {
position: absolute;
top: 0;
width: 100%;
}
.x-navbar-fixed-top-active .x-navbar {
background-color: transparent;
border-bottom: none;
}
.x-navbar {
background-color: transparent;
border:0;
}
.x-topbar-fixed-top,
.x-logobar-fixed-top {
position:fixed;
top:0;
width:100%;
}
I’d appreciate it if you could take a look and let me know what I’m doing wrong!
I’ll put the URL in a secure note as it’s on a temp link.
Thanks!