# Modification homepage

**URL:** https://meta.discourse.org/t/modification-homepage/97501
**Category:** Marketplace
**Created:** [September 18, 2018, 8:32pm UTC](https://meta.discourse.org/t/modification-homepage/97501 "2018-09-18T20:32:10Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [September 28, 2018, 5:09am UTC](https://meta.discourse.org/t/modification-homepage/97501/5 "2018-09-28T05:09:24Z")

</div>

Hi

I think you can add background image easily by yourself. Give it a try:

```plaintext
#discourse-modal {
  &.login-modal,
  &.create-account {
    &:not(.hidden):before {
      content: "";
      height: 100vh;
      width: 100vw;
      // change background here
      background: url(http:// *****.jpg);
      position: fixed;
      z-index: -2;
    }
  }
}

```

By changing the URL to your picture.

Unfortunately, I don’t do integration. The following plugin may help you.

> [@Custom Wizard Plugin mage](https://meta.discourse.org/t/custom-wizard-plugin/73345):
>
> pavilionSummary Forms for Discourse. This plugin lets you make rich and powerful forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community.hammer_and_wrenchRepository Link [https://github.com/paviliondev/discourse-custom-wizard](https://github.com/paviliondev/discourse-custom-wizard)open_bookInstall Guide [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157)people_huggingCommunity Community based support and discussions about this plugin are hosted on th…

---

_[View the full topic](https://meta.discourse.org/t/modification-homepage/97501)._
