Changer l'image de fond sur toutes les pages

Non, mais vous pouvez créer un nouveau composant de thème avec quelque chose comme ceci

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