how to hide a block video with text in the mobile version? I have a theme baseline
password Zah
how to hide a block video with text in the mobile version? I have a theme baseline
password Zah
Hi @rifestock add this in theme.scss.liquid in ass the bottom
@media only screen and (max-width: 760px) {
.video-with-text-overlay {
display:none;
}
}