2018-08-18

mossgreen: Close-up of a thistle in flower (Default)
[personal profile] mossgreen2018-08-18 11:18 pm
Entry tags:

Fixing background image in place

I'm using Gold Leaf for my journal, which is (I think) a pretty new theme, and I want the page background image to be fixed, rather than scrolling. The CSS code I've tried is

#page {
background: repeat fixed;
}

which I've tried elsewhere, but I think I'm calling it the wrong thing, or something.