Home Forums WoodMart support forum Youtube WPB block – no visible button, but still use lightbox?

Youtube WPB block – no visible button, but still use lightbox?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662650

    DaveShishkoff
    Participant

    Hey there, I’m working on a site based on the Alternative Energy template:

    https://woodmart.xtemos.com/demo-alternative-energy/

    If you edit the Youtube block on there, it seems the only way to disable/remove the white circle ‘button’ is to turn off the Lightbox. I’ve tried the WPB block settings, and the button options don’t seem to affect this. I can’t seem to edit the button (even make it transparent), seems like the only options are have a button and lightbox, or no button and no lightbox.

    Guessing maybe hiding the button with CSS is an option (if so, please post), but welcome other suggestions, thanks!

    #662739

    Hello,

    To better understand the issue, please share some screenshots of the errors you’re encountering. This will help me analyze the problem and provide you with the best possible solution.

    Best Regards,

    #663682

    DaveShishkoff
    Participant

    Hi there, sorry for the delay, I included a screenshot of the demo page.

    Not sure if it matters if I’m using WPB or not, but I’d like to keep the lightbox/popup feature, but not have that white circle/play symbol overlay.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #663760

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-el-video-control {
        display: none !important;
    }

    Best Regards,

    #664875

    DaveShishkoff
    Participant

    That did it, thank you!

    #665063

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Youtube WPB block – no visible button, but still use lightbox?’ is closed to new replies.