Skip to content

Instantly share code, notes, and snippets.

@grantambrose
Created August 4, 2016 19:33
Show Gist options
  • Save grantambrose/d95543f2bc8d2e4f32d687c4499b282c to your computer and use it in GitHub Desktop.
Save grantambrose/d95543f2bc8d2e4f32d687c4499b282c to your computer and use it in GitHub Desktop.
/* Add this into your style.css or whever else you'd like to add your CSS
- any rows with the CSS class bg-color-mobile will have the background image hidden on small devices */
@media only screen and (max-width: 767px) {
.bg-color-mobile .fl-row-content-wrap{background-image:none;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment