Remove background header in media queries < 767 px

Remove the background header on mobiles is my wish:

body:not(.template-slider):not(.header-simple) #Header {
    background-position: center 202px;
    min-height: 90px; (instead of 250px)
}

Would this already be the solution?
Thx for your response.

Sign In or Register to comment.