Home Forums WoodMart support forum Removing the Play icon & link from video module

Removing the Play icon & link from video module

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #216978

    jake
    Participant

    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?

    #217054

    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.

    #217852

    jake
    Participant

    Thanks so much, that successfully removed the icon. Is there anyway to remove the hyperlink from the front end too?

    #217889

    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.

Viewing 4 posts - 1 through 4 (of 4 total)