Não, mas você pode criar um novo componente de tema com algo assim
#main {
background-image: url(URL-da-imagem);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}
Não, mas você pode criar um novo componente de tema com algo assim
#main {
background-image: url(URL-da-imagem);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}