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? 2,008Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio