No, ma puoi creare un nuovo componente del tema con qualcosa di simile
#main {
background-image: url(indirizzo-URL-immagine);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}