Dear @Nunomaio
This is very possible with the use of CSS applied to your website.
Here in the Documentation page is an explanation of how CSS may be applied to a set of pages or a specific page in your case.
https://laytheme.com/documentation.html#custom-css-styling
Custom CSS would be added via:
Lay Options > Custom CSS & HTML > Custom CSS >
or
Customize > CSS >
This will likely require the use of a Browser's "Inspection" Tools ( Developer Tools ).
Hope this helps you in the right direction @Nunomaio and good luck! google is very much your friend π
Sincerely
Richard
Hi Nunomaio!
Do you use Custom CSS code which overwrites the settings?
You can remove it β to test if the problem remains.
Can you post a link to your website that I can inspect that?
All the best!
Marius
You can only show the video on one page and hide it on the others.
http://laytheme.com/documentation.html#css-based-on-current-page
Something like that
.fixed-bg-video{
display: none;
}
body.slug-frontpage .fixed-bg-video{
display: block;
}