# Cambia immagine di sfondo su tutte le pagine

**URL:** https://meta.discourse.org/t/change-background-image-on-all-pages/117301
**Category:** Support
**Created:** [9 Maggio 2019, 6:11pm UTC](https://meta.discourse.org/t/change-background-image-on-all-pages/117301 "2019-05-09T18:11:19Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [4 Ottobre 2019, 1:30pm UTC](https://meta.discourse.org/t/change-background-image-on-all-pages/117301/4 "2019-10-04T13:30:57Z")

</div>

No, ma puoi creare un nuovo componente del tema con qualcosa di simile

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

```

---

_[View the full topic](https://meta.discourse.org/t/change-background-image-on-all-pages/117301)._
