Skip to content

Instantly share code, notes, and snippets.

@gbissland
Forked from pro-beaver/style.css
Created December 7, 2017 19:08
Show Gist options
  • Save gbissland/bcd1de1e2023f6acbc436d7a0e362c2e to your computer and use it in GitHub Desktop.
Save gbissland/bcd1de1e2023f6acbc436d7a0e362c2e to your computer and use it in GitHub Desktop.
Change Row Background Image to Background Color for mobile devices
/**
* Change Row Background Image to Background Color for mobile devices
* assign pro-row-bg-1 class to the row
*
* @author Davinder Singh Kainth
* @link http://probeaver.com/?p=348
*
*/
@media only screen and (max-width: 768px) {
.pro-row-bg-1 .fl-row-content-wrap {
background: #b3d040;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment