I've been editing the content.css file, here:
Quote:
/************************************************** ****************** <BODY> for TEXT ************************************************** ******************/ body { margin: 0; padding: 0; font-family: "Segoe UI", "Lucida Grande", "Helvetica Neue", sans-serif; font-size: 15px; opacity: 0; /* <--- will be turned on ( = set to '1' ) with jQuery after google fonts, if any, have loaded and masonry layout, if any, was applied */ background: ("http://www.drjeremysharp.com/test/wp-content/themes/montezuma/images/grid.png"); } |
- background-image: url('wp-content/themes/montezuma/images/grid.png');
- background: url('wp-content/themes/montezuma/images/grid.png');
- background-image: ('http://www.drjeremysharp.com/test/wp-content/themes/montezuma/images/grid.png');
The image itself is 200 x 200 and grey.
Anything jumping out as obviously wrong? I was able to edit the color no problem, but when I try the image it doesn't work.