Comments Luciano Augusto Manuel Labate started the conversationJuly 20, 2020 at 9:11pmhow I can hide certain content, like a video (hervin hosted video), in the mobile version? 1,973Support repliedJuly 21, 2020 at 8:03amHi 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 Sign in to reply ...
how I can hide certain content, like a video (hervin hosted video), in the mobile version?
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