Anyone know how to add a background image using this theme?

I tried putting it in html-elements.css without lack. Here's the code:

body {
  background-image:url('christmas-bg.jpg');
}

Comments

yadzi’s picture

Your code assumes that image "christmas-bg.jpg" is in yours "file".css folder. If this thing is right, then may be you are using some of zircon's color-skins which has it's own style.css and overrides html-elements.css's body {...}