Okay
  Public Ticket #2479251
Hide Video on mobile
Closed

Comments

  • Luciano Augusto Manuel Labate started the conversation

    how I can hide certain content, like a video (hervin hosted video), in the mobile version?

  •  1,810
    Support replied

    Hi Luciano,

    you can add the video hosted inside of a hervin container and add a CSS class to it in Additional Class names field for example hidden-on-mobile and then add in customizer -> additional CSS

    @media only screen and (max-width: 767px) {

         .hidden-on-mobile{

              display: none;

         }

    }

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy