Okay
  Public Ticket #1885498
Embed video without the 'play'-button on thumb
Closed

Comments

  • RooEvans started the conversation

    Best,

    I would like to embed video into my page. However I would prefer to have it without the "play"-button over the thumbnail. Is there a way I can remove it?

    Thank you in advance,

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    a.play_button_2.large.nectar_video_lightbox {    
    visibility: hidden;
    }

    Thanks


    ThemeNectar Support Team