Hide background image using Media Queries
问题 I'm attempting to remove my background image when people view the site on mobile devices. Here's my code. HTML: <section id="Build"> <div class="img_contain col-xs-8"> <img src="assets/images/RockS_BG.png" "> </div> <div class="column-right col-xs-4 "> <h1>Build</h1> <p> BLA BLA BLA </p> </div> </section> CSS: #build { background-image: url('../images/buildbg.png'); margin: 0 auto; text-align: left; padding-top: 40px; background-color: #D89330; } Is it possible to hide a background image