在所有页面更改背景图片

不,但你可以使用类似以下代码创建一个新的主题组件:

#main {
    background-image: url(image-URL);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}