Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@syamilmj
Created November 15, 2012 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syamilmj/4076622 to your computer and use it in GitHub Desktop.
Save syamilmj/4076622 to your computer and use it in GitHub Desktop.
disable bg patterns
/** line 125 */
background: <?php echo $data['header_bg_color'] ?> url(<?php echo $data['header_bg_img'] ?>);
// Change to:
background: <?php echo $data['header_bg_color'] ?>;
/** line 169 */
background: <?php echo $data['title_bg_color'] ?> url(<?php echo $data['title_bg_img'] ?>);
// Change to
background: <?php echo $data['title_bg_color'] ?>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment