X Theme Hero Header/

Hi Support,
I have a video playing in the first section of my home page. I would like to extend the video to also play in the header of my site. Is this possible?

The url for my website is: Gulf Logix

Thanks!

Hi There,

Thanks for writing in!
Unfortunately, those option doesn’t offer by X theme. You need custom CSS for that, which is out of our theme support scope.
You can try adding this CSS to your theme option -> Global CSS

@media (min-width:968px){
.masthead {
position: absolute;
width: 100%;
}
.x-navbar {
background: transparent !important;
}
}

We would encourage you to try our separate Product called “PRO” which has more feature like header and footer builder to create similar kind of header.

Thanks

Thank you so much, this worked!!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.