Okay
  Public Ticket #1593526
Video play button
Closed

Comments

  • thienypham started the conversation

    Hi, I need help :(

    How can I edit the opacity of the play button in the video light box . Now it is 100% with opacity but it used to be more transparent.

    I asked because I accidentally pressed the Reset All button in the Salient tab and all the original setting was deleted. Is there a way to get them back?

  •  9,007
    Tahir replied

    Hey T,

    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):

    .nectar-video-box a.nectar_video_lightbox {
        opacity: 0.8 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • thienypham replied

    Thank you for your help! It works!