Hello Enfold Team,
I have three videos that automatically play on my home page. The controls for these also pop up immediately and don’t disappear until I hover over them. I would like this to be the opposite: the controls are hidden until I hover over them.
Any help you can provide is greatly appreciated.
-James
Hey James,
Thanks for the link to your page, please try this css:
.mejs-container .mejs-controls {
opacity: 0;
}
.mejs-container:hover .mejs-controls {
opacity: 1;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Mike,
This worked perfectly. Thank you so much, sir.
-James
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike