Removing the Play icon & link from video module
-
Hey there,
I’m using a page layout that uses an embedded video module on Woodmart (Cosmetic version). I love the layout of this page but don’t want to actually embed a video, I just want it to showcase an image. How do I remove the ‘Play’ icon and hyperlink from this module?
Hello,
I have visited your website. Unfortunately, there is no option to remove the hyperlink because the element only works when a URL is added to it.
Therefore to remove the button, You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-video-poster-wrapper .button-play {
display: none;
}
Best Regards.
Thanks so much, that successfully removed the icon. Is there anyway to remove the hyperlink from the front end too?
Hello,
You are Most Welcome.
Sorry but there is no option in theme settings to remove the link from the front-end. The element doesn’t work without the link added to it.
Regard’s.
Xtemos Studio.