Okay
  Public Ticket #306374
Change video texture
Closed

Comments

  • Jules started the conversation

    Hello!

    I was wondering if there was a way to change the texture by default on the vidéo so that we can add our own texture?

    Thanks !

  •  8,840
    Tahir replied

    Hey!

    Sure,Add this into the Custom CSS box located in your Salient Options panel :

    .video-texture.active_texture {
        background-image: url(img/textures/grid.png);
    }
    

    Thanks 


    ThemeNectar Support Team 

  • Jules replied

    Thanks a lot!