Has this problem been solved?
My customer is adamant that they want background video on their hero blocks at the top of the core pages, for both desktop and mobile devices. Why is this featured blocked on mobile and tablet views?
0
-
Hi Michael,
Thank you for contacting us.
This can be fixed by using the below custom CSS:
@media (max-width: 991px) {
.brz-bg-video {
display: block !important;
}
}To use it, please head over to the Appearance -> Customize page from your WordPress dashboard and click on the ‘Additional CSS’ tab from the left panel and copy-paste the above CSS.
This was confirmed and tested to work on this URL: https://staging.server001.xyz/test02/hero-video/
Please try this and let me know how it goes.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment