SOLVED!
@media (max-width: 767px) { …
.site-branding {
background: none !important;
}
}
Ive tried the code below (style.css), but it doesn’t work
@media (max-width: 767px) {
…
.site-branding {
background-image: none;
}
In fact, what I need is to hide the “head background image” if window.innerWidth > 800