Unable to hide header-1 position on phone. I have this in the CSS
@media (max-width: 720px) {
.hidden-phone {
display: none !important;
}
}
Tried with and without a blank in first position of Module Class Suffix. Will also need hidden-desktop to work which I have not tried as yet.