Hi guys,
After researching this topic for a while, still cannot find a straight solution to have a transparent menu, which goes to color when scrolling is activated and goes back to transparent when the user navigates back to the top of the page. Just like this example: https://studio540.com
Checked these threads out: https://theme.co/apex/forum/t/transparent-menu-over-a-hero-image/3502 and https://theme.co/apex/forum/t/transparent-menu-bar-over-image-with-sticky-bar/6582 and am currently using this CSS:
/* Transparent Main Menu */
.home .masthead {
position:absolute;
width:100%;
}
.home .x-navbar, .home .x-logobar {
background:transparent !important;
}
.home .x-navbar.x-navbar-fixed-top {
background:#000;
}
but still cannot achieve the desired effect.
Your help would be highly appreciate it!
Thank you!
