Hi Nick,
Thanks for reaching out.
I would suggest you go through the following threads on similar topics.
Hi @samatvayoga ,
My colleague has correctly pointed out the documentation, but you need to change the .home to .page as .home is pointing to the Home Page only. The code will look like the following.
@media(min-width: 980px)
{
.page .masthead
{
position:absolute;
width:100%;
background-color:transparent !important;
}
body.x-navbar-fixed-top-active .x-navbar-wrap
{
height: auto;
}
.page .x-logobar,
.page .x-navbar, .page .x-to…
Hi @pamadesign ,
Thanks for reaching out.
To make your navigation bar over the slider/hero image
To create the transparent header over the slider you need to add some custom CSS code shown in the following article.
Please remember that the code in the above article will work only for the Home Page, you need to change the .home to .page as .home is pointing to the Home Page only. You can go through the following article that explains the code for the pages.
Hope it helps.
Thanks
Hope it helps.
Thanks